-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
162 lines (162 loc) · 7.03 KB
/
package.json
File metadata and controls
162 lines (162 loc) · 7.03 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "maxmobility",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build.bluetooth": "cd nativescript-bluetooth && rm -rf node_modules *.tgz && npm i && tsc && npm pack",
"test": "ng test",
"lint": "./node_modules/.bin/nx lint && ng lint",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"e2e": "ng e2e",
"affected:apps": "./node_modules/.bin/nx affected apps",
"affected:build": "./node_modules/.bin/nx affected build",
"affected:e2e": "./node_modules/.bin/nx affected e2e",
"format": "./node_modules/.bin/nx format write",
"format:write": "./node_modules/.bin/nx format write",
"format:check": "./node_modules/.bin/nx format check",
"update": "./node_modules/.bin/nx update",
"update:check": "./node_modules/.bin/nx update check",
"update:skip": "./node_modules/.bin/nx update skip",
"postinstall": "./node_modules/.bin/nx postinstall",
"ns.setup": "npm uninstall -g nativescript && npm install -g nativescript",
"// CLEAN SECTION": "----------------------------------------------------------------------------------------------------------",
"clean": "rm -rf hooks node_modules package-lock.json && npm i",
"clean.nativescript.bluetooth": "cd nativescript-bluetooth && rm -rf hooks node_modules && npm i",
"clean.xplat.mobile": "cd xplat/mobile && rm -rf hooks node_modules && npm i",
"// end CLEAN SECTION": "----------------------------------------------------------------------------------------------------------",
"nuki": "npm run clean && npm run clean.nativescript.bluetooth && npm run clean.xplat.mobile && npm run sea.clean && npm run tslint",
"start.web": "ng serve --app=web",
"// Smart.Eval.App.Section": "----------------------------------------------------------------------------------------------------------",
"sea.clean": "cd apps/smart-eval && rm -rf hooks node_modules platforms package-lock.json && npm i",
"sea.start.android": "npm i && cd apps/smart-eval && tns run android --bundle --env.aot",
"sea.start.android.hmr": "npm i && cd apps/smart-eval && tns run android --bundle --env.aot --hmr",
"sea.start.android.report": "npm i && cd apps/smart-eval && tns run android --bundle --env.aot --env.report",
"sea.start.ios": "npm i && cd apps/smart-eval && tns run ios --bundle --env.aot",
"sea.start.ios.hmr": "npm i && cd apps/smart-eval && tns run ios --bundle --env.aot --hmr",
"sea.start.ios.report": "npm i && cd apps/smart-eval && tns run ios --bundle --env.aot --env.report",
"sea.start.android.bluetooth": "npm i && cd apps/smart-eval && tns run android --syncAllFiles",
"sea.start.ios.bluetooth": "npm i && cd apps/smart-eval && tns run ios --syncAllFiles",
"sea.ios.release": "npm run nuki && cd apps/smart-eval && tns build ios --release --bundle --env.aot --env.uglify",
"sea.android.release": "node ./apps/smart-eval/tools/android-release.js",
"sea.android.layouts": "adb shell dumpsys gfxinfo com.permobil.smartevaluation > layout-profile.txt",
"sea.android.framestats": "adb shell dumpsys gfxinfo com.permobil.smartevaluation framestats > framestats.txt",
"// end Smart.Eval.App.Section": "------------------------------------------------------------------------------------------------------",
"precommit": "lint-staged"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/forms": "~8.0.0",
"@angular/http": "~8.0.0-beta.10",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"@ngrx/entity": "~6.1.0",
"@ngrx/store-devtools": "~6.1.0",
"@ngrx/effects": "~7.1.0",
"@ngrx/router-store": "~7.1.0",
"@ngrx/store": "~7.1.0",
"@ngx-translate/core": "~11.0.1",
"@ngx-translate/http-loader": "~4.0.0",
"@nrwl/nx": "~7.4.0",
"@maxmobility/private-keys": "git+https://github.com/autochair/maxmobility-private-keys.git#master",
"core-js": "^2.5.4",
"colors": "^1.2.1",
"email-validator": "~2.0.4",
"mustache": "~2.3.0",
"kinvey-nativescript-sdk": "3.12.4",
"nativescript-angular": "8.0.1",
"nativescript-appversion": "1.4.2",
"nativescript-barcodescanner": "3.2.0",
"nativescript-camera": "4.5.0",
"nativescript-carousel": "~4.1.0",
"nativescript-drop-down": "~5.0.0",
"nativescript-email": "1.5.3",
"nativescript-feedback": "1.3.9",
"nativescript-floatingactionbutton": "5.0.3",
"nativescript-geolocation": "5.1.0",
"nativescript-gif": "4.0.2",
"nativescript-imagecropper": "1.0.5",
"nativescript-insomnia": "1.2.3",
"nativescript-intl": "3.0.0",
"nativescript-iqkeyboardmanager": "1.5.1",
"nativescript-loading-indicator": "2.5.2",
"nativescript-localstorage": "2.0.0",
"nativescript-master-technology": "1.1.1",
"nativescript-modal-datetimepicker": "1.2.0",
"nativescript-ngx-fonticon": "4.2.1",
"nativescript-orientation": "2.2.1",
"nativescript-permissions": "1.3.6",
"nativescript-push-notifications": "1.1.6",
"nativescript-sentry": "1.9.1",
"nativescript-snackbar": "4.1.2",
"nativescript-theme-core": "1.0.6",
"nativescript-toasty": "2.0.0",
"nativescript-ui-listview": "6.4.0",
"nativescript-youtubeplayer": "3.0.1",
"reflect-metadata": "~0.1.12",
"rxjs": "~6.5.2",
"rxjs-compat": "6.5.2",
"smart-eval-kinvey": "git+https://github.com/autochair/SmartEvalKinvey.git#master",
"tns-core-modules": "5.4.2",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.12.0",
"@angular/cli": "~7.2.0",
"@angular/compiler-cli": "~8.0.0",
"@angular/language-service": "~7.2.0",
"@ngtools/webpack": "~8.0.0",
"@nrwl/schematics": "~7.4.0",
"@nstudio/schematics": "~7.3.5",
"@types/chai": "^4.1.4",
"@types/cucumber": "^4.0.4",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~10.11.1",
"@types/webdriverio": "^4.10.2",
"appium": "1.11.1",
"@biesbjerg/ngx-translate-extract": "^2.3.4",
"codelyzer": "~4.2.1",
"jasmine-core": "~3.3.0",
"jasmine-marbles": "0.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "~1.4.0",
"nativescript-worker-loader": "~0.9.5",
"node-fetch": "~2.0.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"protractor": "~5.3.0",
"husky": "^2.4.1",
"prompt": "^1.0.0",
"lint-staged": "^8.2.1",
"tns-platform-declarations": "~5.4.2",
"ts-node": "~7.0.0",
"tslint": "~5.17.0",
"typescript": "~3.4.5"
},
"lint-staged": {
"*.{ts, js, json, css, scss, md}": [
"tslint",
"prettier --write",
"git add"
]
},
"prettier": {
"semi": true,
"singleQuote": true
},
"xplat": {
"prefix": "maxmobility"
}
}