-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.87 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
82
83
84
85
{
"name": "loook_me",
"version": "0.0.1",
"author": "kidwen",
"scripts": {
"start": "ng serve --hmr",
"build": "ng build",
"lint": "ng lint",
"postinstall": "ngcc",
"capopen": "ng build --configuration production && npx cap sync && npx cap open android",
"debug:apk": "ng build --configuration production && npx cap sync && cd ./android && gradle --no-daemon assembleDebug && adb devices && adb shell am force-stop io.ionic.starter && adb install -r ./app/build/outputs/apk/debug/app-debug.apk && adb shell am start -n io.ionic.starter/io.ionic.starter.MainActivity"
},
"private": true,
"dependencies": {
"@angular/common": "^13.2.0",
"@angular/core": "^13.2.0",
"@angular/forms": "^13.2.0",
"@angular/platform-browser": "^13.2.0",
"@angular/platform-browser-dynamic": "^13.2.0",
"@angular/router": "^13.2.0",
"@auth0/angular-jwt": "^5.1.2",
"@awesome-cordova-plugins/music-controls": "^5.44.0",
"@awesome-cordova-plugins/splash-screen": "^5.45.0",
"@awesome-cordova-plugins/status-bar": "^5.44.0",
"@capacitor/android": "^3.8.0",
"@capacitor/core": "^3.9.0",
"@capacitor/status-bar": "^1.0.8",
"@ionic/angular": "^6.7.5",
"@ionic/pwa-elements": "^3.3.0",
"@ngxs/store": "^3.8.2",
"cordova-plugin-music-controls2": "^3.0.6",
"cordova-plugin-splashscreen": "^6.0.2",
"cordova-plugin-statusbar": "^3.0.0",
"ionic-audio": "^3.2.2",
"rxjs": "^7.8.1",
"tslib": "^2.8.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.1",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "^13.0.1",
"@angular-eslint/eslint-plugin-template": "^13.0.1",
"@angular-eslint/schematics": "^13.0.1",
"@angular-eslint/template-parser": "^13.0.1",
"@angular/cli": "^13.2.1",
"@angular/compiler": "^13.2.0",
"@angular/compiler-cli": "^13.2.0",
"@angular/language-service": "^13.2.0",
"@capacitor/cli": "^3.4.0",
"@ionic/angular-toolkit": "^6.1.0",
"@kidwen/tslint": "1.0.5",
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"codelyzer": "^6.0.1",
"eslint": "^8.8.0",
"eslint-plugin-ban": "^1.5.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^39.3.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "^4.0.0",
"jasmine-spec-reporter": "^7.0.0",
"protractor": "^7.0.0",
"ts-node": "^10.1.0",
"tslint": "^6.1.3",
"typescript": "4.5.5"
},
"engines": {
"node": ">= 10"
},
"description": "An Ionic project only style like zhihu",
"repository": {
"type": "git",
"url": "https://github.com/kidwen/lookMe.git"
},
"keywords": [
"ionic",
"capacitor",
"angular",
"mobile"
]
}