3030 },
3131 "devDependencies" : {
3232 "@angular/compiler-cli" : " ~4.1.3" ,
33- "@ngtools/webpack" : " ~1.4.1 " ,
33+ "@ngtools/webpack" : " ~1.4.0 " ,
3434 "babel-traverse" : " 6.24.1" ,
3535 "babel-types" : " 6.24.1" ,
3636 "babylon" : " 6.17.0" ,
3737 "copy-webpack-plugin" : " ~4.0.1" ,
38- "extract-text-webpack-plugin" : " ^ 2.1.2 " ,
38+ "extract-text-webpack-plugin" : " ~ 2.1.0 " ,
3939 "filewalker" : " ^0.1.3" ,
4040 "lazy" : " 1.0.11" ,
4141 "nativescript-css-loader" : " ~0.26.0" ,
4242 "nativescript-dev-typescript" : " ^0.4.5" ,
43- "nativescript-dev-webpack" : " ^0.6.2 " ,
43+ "nativescript-dev-webpack" : " next " ,
4444 "raw-loader" : " ~0.5.1" ,
4545 "resolve-url-loader" : " ~2.0.2" ,
46- "typescript" : " ^ 2.3.4" ,
47- "webpack" : " ^ 2.6.1" ,
48- "webpack-sources" : " ^ 1.0.1"
46+ "typescript" : " ~ 2.3.4" ,
47+ "webpack" : " ~ 2.6.1" ,
48+ "webpack-sources" : " ~ 1.0.1"
4949 },
5050 "scripts" : {
5151 "ns-bundle" : " ns-bundle" ,
52- "start-android-bundle" : " npm run ns-bundle --android --start-app" ,
53- "start-ios-bundle" : " npm run ns-bundle --ios --start-app" ,
54- "build-android-bundle" : " npm run ns-bundle --android --run-app" ,
55- "build-ios-bundle" : " npm run ns-bundle --ios --run-app" ,
56- "publish-ios-bundle" : " npm run ns-bundle --ios --publish-app"
52+ "publish-ios-bundle" : " npm run ns-bundle --ios --publish-app" ,
53+ "start-android-bundle" : " npm run ns-bundle --android --run-app" ,
54+ "start-ios-bundle" : " npm run ns-bundle --ios --run-app" ,
55+ "build-android-bundle" : " npm run ns-bundle --android --build-app" ,
56+ "build-ios-bundle" : " npm run ns-bundle --ios --build-app" ,
57+ "generate-android-snapshot" : " generate-android-snapshot --projectRoot . --targetArchs arm,arm64 --install"
5758 }
58- }
59+ }
0 commit comments