30
30
},
31
31
"devDependencies" : {
32
32
"@angular/compiler-cli" : " ~4.1.3" ,
33
- "@ngtools/webpack" : " ~1.4.1 " ,
33
+ "@ngtools/webpack" : " ~1.4.0 " ,
34
34
"babel-traverse" : " 6.24.1" ,
35
35
"babel-types" : " 6.24.1" ,
36
36
"babylon" : " 6.17.0" ,
37
37
"copy-webpack-plugin" : " ~4.0.1" ,
38
- "extract-text-webpack-plugin" : " ^ 2.1.2 " ,
38
+ "extract-text-webpack-plugin" : " ~ 2.1.0 " ,
39
39
"filewalker" : " ^0.1.3" ,
40
40
"lazy" : " 1.0.11" ,
41
41
"nativescript-css-loader" : " ~0.26.0" ,
42
42
"nativescript-dev-typescript" : " ^0.4.5" ,
43
- "nativescript-dev-webpack" : " ^0.6.2 " ,
43
+ "nativescript-dev-webpack" : " next " ,
44
44
"raw-loader" : " ~0.5.1" ,
45
45
"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"
49
49
},
50
50
"scripts" : {
51
51
"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"
57
58
}
58
- }
59
+ }
0 commit comments