File tree 1 file changed +5
-16
lines changed
1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 29
29
"zone.js" : " ^0.9.1"
30
30
},
31
31
"devDependencies" : {
32
- "babel-traverse" : " 6.24.1" ,
33
- "babel-types" : " 6.24.1" ,
34
- "babylon" : " 6.17.0" ,
35
- "codelyzer" : " ^4.0.0" ,
36
- "filewalker" : " ^0.1.3" ,
37
- "lazy" : " 1.0.11" ,
38
- "nativescript-dev-typescript" : " next" ,
32
+ "@angular/compiler-cli" : " ~8.0.0" ,
33
+ "@ngtools/webpack" : " ~8.0.0" ,
39
34
"nativescript-dev-webpack" : " next" ,
40
- "tslint" : " ^5.4.3"
35
+ "tslint" : " ^5.4.3" ,
36
+ "typescript" : " ^3.4.1"
41
37
},
42
38
"scripts" : {
43
- "tslint" : " tslint --config tslint.json 'app/**/*.ts'" ,
44
- "ns-bundle" : " ns-bundle" ,
45
- "start-android-bundle" : " npm run ns-bundle --android --run-app" ,
46
- "start-ios-bundle" : " npm run ns-bundle --ios --run-app" ,
47
- "build-android-bundle" : " npm run ns-bundle --android --build-app" ,
48
- "build-ios-bundle" : " npm run ns-bundle --ios --build-app" ,
49
- "publish-ios-bundle" : " npm run ns-bundle --ios --publish-app" ,
50
- "generate-android-snapshot" : " generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
39
+ "tslint" : " tslint --config tslint.json 'app/**/*.ts'"
51
40
}
52
41
}
You can’t perform that action at this time.
0 commit comments