|
1 | 1 | {
|
2 |
| - "nativescript": { |
3 |
| - "id": "org.nativescript.floatingactionbutton" |
4 |
| - }, |
5 |
| - "dependencies": { |
6 |
| - "nativescript-floatingactionbutton": "../src", |
7 |
| - "nativescript-theme-core": "^1.0.4", |
8 |
| - "nativescript-unit-test-runner": "^0.3.4", |
9 |
| - "tns-core-modules": "^4.2.0" |
10 |
| - }, |
11 |
| - "devDependencies": { |
12 |
| - "jasmine-core": "^2.5.2", |
13 |
| - "karma": "^1.3.0", |
14 |
| - "karma-jasmine": "^1.0.2", |
15 |
| - "karma-nativescript-launcher": "^0.4.0", |
16 |
| - "nativescript-css-loader": "~0.26.1", |
17 |
| - "nativescript-dev-typescript": "~0.7.2", |
18 |
| - "nativescript-dev-webpack": "~0.15.1", |
19 |
| - "tns-platform-declarations": "^4.2.0", |
20 |
| - "tslint": "~5.4.3", |
21 |
| - "typescript": "~2.8.2" |
22 |
| - }, |
23 |
| - "scripts": { |
24 |
| - "build.plugin": "cd ../src && npm run build", |
25 |
| - "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'", |
26 |
| - "ns-bundle": "ns-bundle", |
27 |
| - "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
28 |
| - "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
29 |
| - "start-android-bundle": "npm run ns-bundle --android --run-app", |
30 |
| - "start-ios-bundle": "npm run ns-bundle --ios --run-app", |
31 |
| - "build-android-bundle": "npm run ns-bundle --android --build-app", |
32 |
| - "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
33 |
| - } |
| 2 | + "nativescript": { |
| 3 | + "id": "org.nativescript.floatingactionbutton" |
| 4 | + }, |
| 5 | + "dependencies": { |
| 6 | + "nativescript-floatingactionbutton": "file:../src", |
| 7 | + "nativescript-theme-core": "^1.0.4", |
| 8 | + "nativescript-unit-test-runner": "^0.3.4", |
| 9 | + "tns-core-modules": "^4.2.0" |
| 10 | + }, |
| 11 | + "devDependencies": { |
| 12 | + "jasmine-core": "^2.5.2", |
| 13 | + "karma": "^1.3.0", |
| 14 | + "karma-jasmine": "^1.0.2", |
| 15 | + "karma-nativescript-launcher": "^0.4.0", |
| 16 | + "nativescript-css-loader": "~0.26.1", |
| 17 | + "nativescript-dev-typescript": "~0.7.2", |
| 18 | + "nativescript-dev-webpack": "~0.15.1", |
| 19 | + "tns-platform-declarations": "^4.2.0", |
| 20 | + "tslint": "~5.4.3", |
| 21 | + "typescript": "~2.8.2" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "build.plugin": "cd ../src && npm run build", |
| 25 | + "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'", |
| 26 | + "ns-bundle": "ns-bundle", |
| 27 | + "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
| 28 | + "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
| 29 | + "start-android-bundle": "npm run ns-bundle --android --run-app", |
| 30 | + "start-ios-bundle": "npm run ns-bundle --ios --run-app", |
| 31 | + "build-android-bundle": "npm run ns-bundle --android --build-app", |
| 32 | + "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
| 33 | + } |
34 | 34 | }
|
0 commit comments