4
4
"readme" : " NativeScript Application" ,
5
5
"repository" : " <fill-your-repository-here>" ,
6
6
"nativescript" : {
7
- "id" : " org.nativescript.CameraTestAngular " ,
7
+ "id" : " org.nativescript.demo.angular " ,
8
8
"tns-ios" : {
9
9
"version" : " 3.1.0"
10
10
},
18
18
"ns-bundle" : " ns-bundle" ,
19
19
"publish-ios-bundle" : " npm run ns-bundle --ios --publish-app" ,
20
20
"generate-android-snapshot" : " generate-android-snapshot --targetArchs arm,arm64,ia32 --install" ,
21
- "start-android-bundle" : " npm run ns-bundle --android --start -app" ,
22
- "start-ios-bundle" : " npm run ns-bundle --ios --start -app" ,
21
+ "start-android-bundle" : " npm run ns-bundle --android --run -app" ,
22
+ "start-ios-bundle" : " npm run ns-bundle --ios --run -app" ,
23
23
"build-android-bundle" : " npm run ns-bundle --android --build-app" ,
24
24
"build-ios-bundle" : " npm run ns-bundle --ios --build-app"
25
25
},
43
43
},
44
44
"devDependencies" : {
45
45
"@angular/compiler-cli" : " ~4.0.0" ,
46
- "@ngtools/webpack" : " 1.2.13 " ,
46
+ "@ngtools/webpack" : " ~1.6.0 " ,
47
47
"babel-traverse" : " 6.23.1" ,
48
48
"babel-types" : " 6.23.0" ,
49
49
"babylon" : " 6.16.1" ,
50
- "copy-webpack-plugin" : " ^3 .0.1" ,
51
- "extract-text-webpack-plugin" : " ~2 .0.0-beta.4 " ,
50
+ "copy-webpack-plugin" : " ~4 .0.1" ,
51
+ "extract-text-webpack-plugin" : " ~3 .0.0" ,
52
52
"lazy" : " 1.0.11" ,
53
53
"nativescript-css-loader" : " ~0.26.0" ,
54
54
"nativescript-dev-typescript" : " ~0.4.0" ,
55
- "nativescript-dev-webpack" : " ^0.3.7" ,
55
+ "nativescript-dev-webpack" : " ^0.8.0" ,
56
+ "nativescript-worker-loader" : " ~0.8.1" ,
56
57
"raw-loader" : " ~0.5.1" ,
57
- "resolve-url-loader" : " ~1.6 .0" ,
58
+ "resolve-url-loader" : " ~2.1 .0" ,
58
59
"tslint" : " ^5.0.0" ,
59
- "typescript" : " ~2.2.1" ,
60
- "webpack" : " 2.2.0" ,
61
- "webpack-sources" : " ~0.1.3"
60
+ "typescript" : " ~2.3.4" ,
61
+ "webpack" : " ~3.2.0" ,
62
+ "webpack-bundle-analyzer" : " ^2.8.2" ,
63
+ "webpack-sources" : " ~1.0.1"
62
64
}
63
65
}
0 commit comments