-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
115 lines (115 loc) · 3.45 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@chatie/app",
"description": "Chatie App",
"version": "0.2.49",
"author": "Huan LI <[email protected]>",
"homepage": "https://github.com/chatie/app/",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chatie/app/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chatie/app.git"
},
"private": true,
"scripts": {
"build": "ionic-app-scripts build",
"build:browser:prod": "ionic-app-scripts build --prod --aot",
"clean": "ionic-app-scripts clean",
"deploy:browser:surge": "bash scripts/deploy-surge.sh",
"ionic:build": "ionic-app-scripts build",
"ionic:build:browser": "ionic cordova build browser --aot --prod",
"ionic:monitoring:syncmaps": "(sleep 1 && echo \"y\n\" && sleep 1 && echo \"y\n\") | ionic monitoring syncmaps",
"ionic:serve": "ionic-app-scripts serve",
"lite:server": "lite-server",
"lint": "npm run lint:ts && npm run lint:ionic",
"lint:ts": "tslint --project tsconfig.json && tsc --noEmit",
"lint:ionic": "ionic-app-scripts lint",
"test": "npm run lint && echo To Be Test",
"test:pack": "echo To Be Pack"
},
"dependencies": {
"@angular/animations": "6.1.1",
"@angular/common": "6.1.1",
"@angular/compiler": "6.1.1",
"@angular/compiler-cli": "6.1.1",
"@angular/core": "6.1.1",
"@angular/forms": "6.1.1",
"@angular/http": "6.1.1",
"@angular/platform-browser": "6.1.1",
"@angular/platform-browser-dynamic": "6.1.1",
"@auth0/angular-jwt": "^2.0.0",
"@chatie/angular": "^0.4.8",
"@chatie/db": "^0.8.21",
"@chatie/graphql": "^0.6.7",
"@ionic-native/core": "4.11.0",
"@ionic-native/splash-screen": "4.11.0",
"@ionic-native/status-bar": "4.11.0",
"@ionic/pro": "^2.0.3",
"@ionic/storage": "2.1.3",
"angularx-qrcode": "^1.1.7",
"auth-angular": "^0.4.5",
"auth0-lock": "^11.5.1",
"brolog": "^1.3.3",
"cordova-android": "7.1.1",
"cordova-browser": "5.0.3",
"cordova-ios": "4.5.5",
"cordova-plugin-device": "^2.0.1",
"cordova-plugin-ionic": "^5.0.5",
"cordova-plugin-ionic-keyboard": "^2.0.5",
"cordova-plugin-ionic-webview": "^2.0.2",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"cuid": "^2.1.1",
"graphql-tag": "^2.8.0",
"ionic-angular": "3.9.2",
"ionicons": "4.3.0",
"jwt-decode": "^2.2.0",
"moment": "^2.21.0",
"rxjs": "6.2.2",
"state-switch": "^0.6.2",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular/cli": "^6.1.2",
"@ionic/app-scripts": "^3.1.8",
"@types/auth0-lock": "^11.4.5",
"@types/cuid": "^1.3.0",
"@types/node": "^10.5.6",
"babel-eslint": "^8.2.2",
"cordova": "^8.0.0",
"eslint": "^5.3.0",
"git-scripts": "^0.2.1",
"ionic": "^4.0.3",
"lite-server": "^2.3.0",
"surge": "^0.20.1",
"typescript": "~3.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic": {
"APP_ID": "053e819b",
"CHANNEL_NAME": "Master",
"UPDATE_METHOD": "background",
"WARN_DEBUG": "true",
"UPDATE_API": "https://api.ionicjs.com",
"MAX_STORE": "2"
}
},
"platforms": [
"ios",
"browser"
]
},
"git": {
"scripts": {
"pre-push": "./scripts/pre-push.sh"
}
}
}