-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.74 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "paras",
"version": "2.0.3",
"author": "Braxton Diggs",
"homepage": "https://braxtondiggs.com/",
"scripts": {
"start": "ng serve",
"build": "ionic capacitor build",
"test": "jest --runInBand",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch --coverage --runInBand",
"stats": "ng build --stats-json && webpack-bundle-analyzer ./www/stats.json",
"copy": "ionic capacitor copy",
"sync": "ionic capacitor sync",
"ios": "ionic capacitor run ios",
"android": "ionic capacitor run android --development --livereload --external --host=0.0.0.0",
"build:ios": "ionic capacitor build ios",
"build:android": "ionic capacitor build android",
"postinstall": "node ./decorate-angular-cli.js",
"upgrade": "nx migrate latest"
},
"engines": {
"node": "18"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.6",
"@angular/common": "17.0.6",
"@angular/compiler": "17.0.6",
"@angular/core": "17.0.6",
"@angular/fire": "^17.0.0",
"@angular/forms": "17.0.6",
"@angular/platform-browser": "17.0.6",
"@angular/platform-browser-dynamic": "17.0.6",
"@angular/router": "17.0.6",
"@awesome-cordova-plugins/core": "^6.4.0",
"@awesome-cordova-plugins/device": "^6.4.0",
"@awesome-cordova-plugins/in-app-purchase-2": "^6.4.0",
"@awesome-cordova-plugins/launch-review": "^6.4.0",
"@capacitor/android": "^5.0.0",
"@capacitor/app": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/haptics": "^5.0.0",
"@capacitor/ios": "^5.0.0",
"@capacitor/network": "^5.0.0",
"@capacitor/preferences": "^5.0.0",
"@capacitor/push-notifications": "^5.0.0",
"@ionic/angular": "^7.6.0",
"@nx/angular": "17.2.1",
"capacitor-email-composer": "^2.0.1",
"cordova-launch-review": "^4.0.1",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-purchase": "^13.10.0",
"cordova-support-android-plugin": "^2.0.4",
"core-js": "^2.5.4",
"dayjs": "^1.10.7",
"firebase": "^10.7.1",
"rxjs": "^7.8.1",
"swiper": "^11.0.5",
"tslib": "^2.0.0",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.0.6",
"@angular-devkit/core": "17.0.6",
"@angular-devkit/schematics": "17.0.6",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "17.0.6",
"@capacitor/cli": "^5.0.0",
"@ngneat/spectator": "^16.0.0",
"@nx/workspace": "17.2.1",
"@schematics/angular": "17.0.6",
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"jest-preset-angular": "13.1.4",
"nx": "17.2.1",
"typescript": "~5.2.0",
"webpack-bundle-analyzer": "^4.5.0"
},
"description": "Get updates on alternate street parking rules & schedules with NYC parking app."
}