|
1 | 1 | { |
2 | 2 | "nativescript": { |
3 | 3 | "id": "com.tangrainc.dropdownsample", |
4 | | - "tns-ios": { |
| 4 | + "tns-android": { |
5 | 5 | "version": "3.0.0-rc.1" |
6 | 6 | }, |
7 | | - "tns-android": { |
| 7 | + "tns-ios": { |
8 | 8 | "version": "3.0.0-rc.1" |
9 | 9 | } |
10 | 10 | }, |
11 | 11 | "scripts": { |
12 | 12 | "android": "npm uninstall nativescript-drop-down && tns platform remove android && tns platform add android@rc && tns run android", |
13 | 13 | "ios": "npm uninstall nativescript-drop-down && tns run ios --emulator", |
14 | | - "debug-ios": "npm uninstall nativescript-drop-down && tns debug ios --emulator" |
| 14 | + "debug-ios": "npm uninstall nativescript-drop-down && tns debug ios --emulator", |
| 15 | + "ns-bundle": "ns-bundle", |
| 16 | + "start-android-bundle": "npm run ns-bundle --android --start-app", |
| 17 | + "start-ios-bundle": "npm run ns-bundle --ios --start-app --uglify", |
| 18 | + "build-android-bundle": "npm run ns-bundle --android --build-app", |
| 19 | + "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
15 | 20 | }, |
16 | 21 | "dependencies": { |
17 | 22 | "nativescript-drop-down": "file:../bin/dist", |
18 | 23 | "tns-core-modules": "rc" |
19 | 24 | }, |
20 | 25 | "devDependencies": { |
| 26 | + "awesome-typescript-loader": "~3.0.0-beta.9", |
21 | 27 | "babel-traverse": "6.10.4", |
22 | 28 | "babel-types": "6.11.1", |
23 | 29 | "babylon": "6.8.2", |
| 30 | + "copy-webpack-plugin": "~3.0.1", |
| 31 | + "extract-text-webpack-plugin": "~2.0.0-beta.4", |
24 | 32 | "filewalker": "0.1.3", |
25 | 33 | "lazy": "1.0.11", |
| 34 | + "nativescript-css-loader": "~0.26.0", |
26 | 35 | "nativescript-dev-typescript": "^0.4.0", |
| 36 | + "nativescript-dev-webpack": "^0.3.7", |
| 37 | + "raw-loader": "~0.5.1", |
| 38 | + "resolve-url-loader": "~1.6.0", |
| 39 | + "tns-platform-declarations": "rc", |
27 | 40 | "typescript": "^2.2.2", |
28 | | - "tns-platform-declarations": "rc" |
| 41 | + "webpack": "2.2.0", |
| 42 | + "webpack-sources": "~0.1.3" |
29 | 43 | } |
30 | 44 | } |
0 commit comments