-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.08 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
{
"name": "frontend",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"stats": "pnpm nx build --stats-json",
"postinstall": "ngcc --properties es2015 browser module main"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "15.2.4",
"@angular-devkit/core": "15.2.4",
"@angular-devkit/schematics": "15.2.4",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.4",
"@angular/compiler-cli": "15.2.4",
"@angular/language-service": "15.2.4",
"@babel/core": "7.12.0",
"rxjs": "7.5.0",
"@capacitor/android": "4.7.1",
"@capacitor/cli": "4.7.1",
"@capacitor/ios": "4.7.1",
"@ngrx/schematics": "15.4.0",
"@nrwl/angular": "15.8.9",
"@nrwl/cli": "15.8.9",
"@nrwl/eslint-plugin-nx": "15.8.9",
"@nrwl/linter": "15.8.9",
"@nrwl/tao": "15.8.9",
"@nrwl/workspace": "15.8.9",
"@nxext/capacitor": "15.7.0",
"@nxext/ionic-angular": "15.7.0",
"@schematics/angular": "15.2.4",
"@types/node": "18.15.8",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.8.0",
"ngx-build-plus": "15.0.0",
"nx": "15.8.9",
"prettier": "2.8.7",
"source-map-support": "0.5.21",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"webpack": "5.76.3"
},
"dependencies": {
"@angular/animations": "15.2.4",
"@angular/cdk": "15.2.4",
"@angular/common": "15.2.4",
"@angular/compiler": "15.2.4",
"@angular/core": "15.2.4",
"@angular/forms": "15.2.4",
"@angular/google-maps": "15.2.4",
"@angular/material": "15.2.4",
"@angular/platform-browser": "15.2.4",
"@angular/platform-browser-dynamic": "15.2.4",
"@angular/router": "15.2.4",
"@capacitor/core": "4.7.1",
"@ionic/angular": "6.7.0",
"@ionic/core": "6.7.0",
"tslib": "2.5.0",
"zone.js": "0.13.0"
},
"nohoist": [
"**/@capacitor/ios"
]
}