forked from fixer112/Honeypays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.34 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
{
"name": "honeypays",
"version": "1.2.0",
"description": "Honeypays mobile app for mcredit and empower.",
"author": "Altechtic Solutions",
"license": "MIT",
"scripts": {
"build": "webpack --env.tnsAction build",
"build:android": "npm run build -- --env.android",
"build:ios": "npm run build -- --env.ios",
"debug": "webpack --watch --env.tnsAction debug",
"debug:android": "npm run debug -- --env.android",
"debug:ios": "npm run debug -- --env.ios",
"watch": "webpack --watch --env.tnsAction run",
"watch:android": "npm run watch -- --env.android",
"watch:ios": "npm run watch -- --env.ios",
"clean": "rimraf dist"
},
"nativescript": {
"id": "ng.com.honeypays",
"tns-android": {
"version": "5.0.0-2018-10-24-144925-01"
}
},
"dependencies": {
"axios": "^0.18.0",
"nativescript-background-http": "^3.4.0",
"nativescript-cardview": "^3.1.1",
"nativescript-exit": "^1.0.1",
"nativescript-filter-select": "^1.2.9",
"nativescript-filterable-listpicker": "^2.2.3",
"nativescript-imagepicker": "^6.1.0",
"nativescript-loading-indicator": "^2.4.0",
"nativescript-local-notifications": "^3.1.2",
"nativescript-master-technology": "^1.1.1",
"nativescript-plugin-firebase": "^7.7.0",
"nativescript-theme-core": "^1.0.4",
"nativescript-ui-sidedrawer": "^4.3.1",
"nativescript-vue": "^1.3.1",
"nativescript-youtubeplayer": "^3.0.1",
"tns-core-modules": "^5.2.0",
"vue-router": "^3.0.2",
"vuex": "^3.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^5.0.0",
"nativescript-dev-webpack": "^0.20.1",
"nativescript-vue-externals": "^0.2.0",
"nativescript-vue-loader": "^0.1.5",
"nativescript-vue-target": "^0.1.0",
"nativescript-vue-template-compiler": "^1.3.1",
"node-sass": "^4.12.0",
"ns-vue-loader": "^0.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.3",
"sass-loader": "^6.0.7",
"vue-template-compiler": "^2.6.6",
"webpack": "^3.11.0",
"webpack-synchronizable-shell-plugin": "0.0.7",
"winston-color": "^1.0.0"
}
}