forked from tralves/groceries-ns-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.14 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Groceries",
"version": "1.0.0",
"description": "A NativeScript-built iOS and Android app for managing grocery lists",
"license": "MIT",
"author": "Tiago Alves <tralves@gmail.com> (https: //www.tiagoalves.co/)",
"repository": {
"type": "git",
"url": "https://github.com/tralves/groceries-ns-vue.git"
},
"bugs": {
"url": "https://github.com/tralves/groceries-ns-vue/issues"
},
"nativescript": {
"id": "org.nativescript.groceriesvue",
"tns-android": {
"version": "3.2.0"
},
"tns-ios": {
"version": "3.1.0"
}
},
"scripts": {
"ns-bundle": "ns-bundle",
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
"start-android-bundle": "npm run ns-bundle --android --run-app",
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
"build-android-bundle": "npm run ns-bundle --android --build-app",
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
},
"dependencies": {
"email-validator": "^1.1.1",
"nativescript-social-share": "^1.5.0",
"nativescript-theme-core": "^1.0.4",
"nativescript-vue": "^0.3.0",
"tns-core-modules": "3.2.0",
"vue-router": "^2.7.0",
"vuex": "^2.4.1",
"vuex-router-sync": "^4.3.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-traverse": "6.24.1",
"babel-types": "6.24.1",
"babylon": "6.16.1",
"copy-webpack-plugin": "~4.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "~2.1.0",
"ignore-loader": "^0.1.2",
"lazy": "1.0.11",
"merge-files-webpack-plugin": "^1.1.2",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-android-snapshot": "^0.*.*",
"nativescript-dev-webpack": "^0.6.3",
"node-sass": "^4.5.3",
"ns-vue-loader": "^0.1.2",
"raw-loader": "~0.5.1",
"resolve-url-loader": "~2.0.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"vue-loader": "^12.2.1",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.3",
"webpack": "~2.6.1",
"webpack-sources": "~1.0.1"
}
}