-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
35 lines (35 loc) · 1.13 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
{
"scripts": {
"clean": "npx rimraf hooks platforms node_modules package-lock.json && npm i",
"ngcc": "ngcc --properties es2015 module main --first-only",
"postinstall": "npm run ngcc",
"ios": "ns debug ios --env.aot --no-hmr --emulator",
"android": "ns debug android --env.aot --no-hmr --emulator"
},
"dependencies": {
"@angular/animations": "10.0.0",
"@angular/common": "10.0.0",
"@angular/compiler": "10.0.0",
"@angular/core": "10.0.0",
"@angular/forms": "10.0.0",
"@angular/platform-browser-dynamic": "10.0.0",
"@angular/platform-browser": "10.0.0",
"@angular/router": "10.0.0",
"@nativescript/angular": "10.0.0",
"@nativescript/core": "7.0.0",
"@nativescript/webpack": "3.0.0",
"@nstudio/nativescript-checkbox": "file:../src",
"nativescript-theme-core": "~1.0.6",
"reflect-metadata": "~0.1.12",
"rxjs": "6.6.0",
"zone.js": "0.11.1"
},
"devDependencies": {
"@angular/compiler-cli": "10.0.0",
"@nativescript/android": "7.0.0",
"@nativescript/types": "7.0.0",
"@ngtools/webpack": "10.0.0",
"typescript": "3.9.7"
},
"main": "main.js"
}