-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
73 lines (73 loc) · 2.43 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
{
"name": "startrack-ng",
"version": "0.0.1",
"description": "An Ionic project",
"homepage": "http://ionicframework.com/",
"author": "Ionic Framework",
"scripts": {
"prestart": "node ./scripts/index.js",
"prebuild": "ENVIRONMENT='production' node ./scripts/index.js",
"build": "ng build --configuration production",
"build:dev": "ionic build",
"prebuild:dev": "node ./scripts/index.js",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"start": "ionic serve --external --no-open",
"test": "ng test"
},
"dependencies": {
"@angular/animations": "17.1.0",
"@angular/common": "17.1.0",
"@angular/core": "17.1.0",
"@angular/forms": "17.1.0",
"@angular/platform-browser": "17.1.0",
"@angular/platform-browser-dynamic": "17.1.0",
"@angular/router": "17.1.0",
"@angular/service-worker": "17.1.0",
"@angular/ssr": "^17.1.0",
"@capacitor/android": "latest",
"@capacitor/app": "5.0.7",
"@capacitor/browser": "5.2.0",
"@capacitor/core": "5.6.0",
"@capacitor/ios": "5.6.0",
"@capacitor/local-notifications": "5.0.7",
"@capacitor/splash-screen": "5.0.7",
"@capacitor/status-bar": "5.0.7",
"@ionic/angular": "7.6.5-dev.11704916749.1e64a3a7",
"@ionic/angular-toolkit": "9.0.0",
"@pixi/filter-adjustment": "^5.1.1",
"@pixi/filter-kawase-blur": "^5.1.1",
"@pixi/filter-twist": "^5.1.1",
"@request-metrics/browser-agent": "1.11.1",
"ionicons": "7.2.1",
"pixi.js": "7.3.3",
"rollup-plugin-visualizer": "5.9.2",
"rxjs": "7.8.0",
"tslib": "^2.0.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.0",
"@angular-eslint/builder": "17.1.0",
"@angular-eslint/eslint-plugin": "17.1.0",
"@angular-eslint/eslint-plugin-template": "17.1.0",
"@angular-eslint/schematics": "17.1.0",
"@angular-eslint/template-parser": "17.1.0",
"@angular/cli": "17.1.0",
"@angular/compiler": "17.1.0",
"@angular/compiler-cli": "17.1.0",
"@angular/language-service": "17.1.0",
"@capacitor/cli": "latest",
"@types/node": "12.12.47",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"dotenv": "8.2.0",
"eslint": "^8.53.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "37.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"typescript": "5.2.2",
"typescript-eslint-language-service": "5.0.5"
}
}