-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"description": "NativeScript + Vue",
"license": "app/LICENSE",
"readme": "NativeScript + Vue",
"repository": "https://github.com/teckel12/nativescript-vue",
"nativescript": {
"id": "org.nativescript.nativescriptvue",
"tns-android": {
"version": "3.4.1"
}
},
"dependencies": {
"nativescript-pro-ui": "^3.4.0",
"nativescript-theme-core": "~1.0.4",
"nativescript-vue": "^0.1.1",
"tns-core-modules": "^3.0.0",
"vue-router": "^2.4.0"
},
"devDependencies": {
"babel-traverse": "6.24.1",
"babel-types": "6.24.1",
"babylon": "6.16.1",
"copy-webpack-plugin": "~4.3.0",
"css-loader": "~0.28.7",
"eslint": "^4.17.0",
"extract-text-webpack-plugin": "~3.0.2",
"lazy": "1.0.11",
"nativescript-dev-android-snapshot": "^0.*.*",
"nativescript-dev-webpack": "^0.9.1",
"nativescript-worker-loader": "^0.8.1",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-sources": "^1.1.0"
}
}