|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 | 33 | "@angular/compiler-cli": "~5.0.0",
|
34 |
| - "@ngtools/webpack": "~1.5.3", |
| 34 | + "@ngtools/webpack": "~1.8.2", |
35 | 35 | "babel-traverse": "6.24.1",
|
36 | 36 | "babel-types": "6.24.1",
|
37 | 37 | "babylon": "6.17.0",
|
38 | 38 | "codelyzer": "^3.0.1",
|
39 | 39 | "copy-webpack-plugin": "~4.0.1",
|
40 |
| - "extract-text-webpack-plugin": "~2.1.0", |
| 40 | + "extract-text-webpack-plugin": "~3.0.0", |
41 | 41 | "filewalker": "^0.1.3",
|
42 | 42 | "lazy": "1.0.11",
|
43 | 43 | "nativescript-css-loader": "~0.26.0",
|
44 | 44 | "nativescript-dev-typescript": "^0.4.5",
|
45 | 45 | "nativescript-dev-webpack": "next",
|
46 | 46 | "raw-loader": "~0.5.1",
|
47 |
| - "resolve-url-loader": "~2.0.2", |
| 47 | + "resolve-url-loader": "~2.1.0", |
48 | 48 | "tslint": "^5.4.3",
|
49 | 49 | "typescript": "~2.4.2",
|
50 |
| - "webpack": "~3.0.0", |
| 50 | + "webpack": "~3.8.1", |
51 | 51 | "webpack-sources": "~1.0.1",
|
52 | 52 | "webpack-bundle-analyzer": "^2.8.2",
|
53 |
| - "nativescript-worker-loader": "~0.8.1" |
| 53 | + "nativescript-worker-loader": "~0.8.1", |
| 54 | + "css-loader": "~0.28.7" |
54 | 55 | },
|
55 | 56 | "scripts": {
|
56 |
| - "ns-bundle": "ns-bundle", |
57 |
| - "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
58 |
| - "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
59 | 57 | "tslint": "tslint --config tslint.json 'app/**/*.ts'",
|
| 58 | + "ns-bundle": "ns-bundle", |
60 | 59 | "start-android-bundle": "npm run ns-bundle --android --run-app",
|
61 | 60 | "start-ios-bundle": "npm run ns-bundle --ios --run-app",
|
62 | 61 | "build-android-bundle": "npm run ns-bundle --android --build-app",
|
63 |
| - "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
| 62 | + "build-ios-bundle": "npm run ns-bundle --ios --build-app", |
| 63 | + "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
| 64 | + "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install" |
64 | 65 | }
|
65 | 66 | }
|
0 commit comments