|
1 | 1 | {
|
2 | 2 | "nativescript": {
|
3 |
| - "id": "org.nativescript.floatingactionbutton", |
4 |
| - "tns-ios": { |
5 |
| - "version": "3.2.0" |
6 |
| - }, |
7 |
| - "tns-android": { |
8 |
| - "version": "3.2.0" |
9 |
| - } |
| 3 | + "id": "org.nativescript.floatingactionbutton" |
10 | 4 | },
|
11 | 5 | "dependencies": {
|
12 | 6 | "nativescript-floatingactionbutton": "../src",
|
| 7 | + "nativescript-theme-core": "^1.0.4", |
13 | 8 | "nativescript-unit-test-runner": "^0.3.4",
|
14 |
| - "tns-core-modules": "^3.1.1" |
| 9 | + "tns-core-modules": "^4.2.0" |
15 | 10 | },
|
16 | 11 | "devDependencies": {
|
17 |
| - "awesome-typescript-loader": "~3.1.3", |
18 |
| - "babel-traverse": "6.12.0", |
19 |
| - "babel-types": "6.11.1", |
20 |
| - "babylon": "6.8.4", |
21 |
| - "copy-webpack-plugin": "~4.0.1", |
22 |
| - "extract-text-webpack-plugin": "~3.0.0", |
23 |
| - "filewalker": "0.1.2", |
24 | 12 | "jasmine-core": "^2.5.2",
|
25 | 13 | "karma": "^1.3.0",
|
26 | 14 | "karma-jasmine": "^1.0.2",
|
27 | 15 | "karma-nativescript-launcher": "^0.4.0",
|
28 |
| - "lazy": "1.0.11", |
29 |
| - "nativescript-css-loader": "~0.26.0", |
30 |
| - "nativescript-dev-typescript": "libs", |
31 |
| - "nativescript-dev-webpack": "^0.8.0", |
32 |
| - "raw-loader": "~0.5.1", |
33 |
| - "resolve-url-loader": "~2.1.0", |
34 |
| - "tns-platform-declarations": "^3.1.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", |
35 | 20 | "tslint": "~5.4.3",
|
36 |
| - "typescript": "~2.3.0", |
37 |
| - "webpack": "~3.2.0", |
38 |
| - "webpack-bundle-analyzer": "^2.8.2", |
39 |
| - "webpack-sources": "~1.0.1", |
40 |
| - "nativescript-worker-loader": "~0.8.1" |
| 21 | + "typescript": "~2.8.2" |
41 | 22 | },
|
42 | 23 | "scripts": {
|
43 | 24 | "build.plugin": "cd ../src && npm run build",
|
|
0 commit comments