-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.62 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
71
72
73
74
75
76
{
"name": "voice-app-ts",
"version": "1.0.0",
"description": "Voice collector mobile app",
"author": "Duy Olli <[email protected]>",
"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"
},
"dependencies": {
"axios": "^0.18.0",
"fecha": "^2.3.3",
"nativescript-animate-sass": "^0.0.2",
"nativescript-audio": "^4.3.5",
"nativescript-background-http": "^3.2.7",
"nativescript-cfalert-dialog": "^1.0.6",
"nativescript-checkbox": "^3.0.3",
"nativescript-ezaudio": "^1.1.7",
"nativescript-feedback": "^1.1.2",
"nativescript-filterable-listpicker": "^2.0.2",
"nativescript-fonticon": "^1.1.1",
"nativescript-gradient": "^2.0.1",
"nativescript-iqkeyboardmanager": "^1.3.0",
"nativescript-loading-indicator": "^2.4.0",
"nativescript-sqlite": "^2.2.0",
"nativescript-theme-core": "^1.0.4",
"nativescript-vue": "^1.3.1",
"tns-core-modules": "~3.4.1",
"tslib": "^1.9.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"webpack": "^3.11.0"
},
"devDependencies": {
"@types/node": "^10.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^5.0.0",
"nativescript-vue-externals": "^0.1.2",
"nativescript-vue-loader": "^0.1.5",
"nativescript-vue-target": "^0.1.0",
"nativescript-vue-template-compiler": "^1.3.1",
"node-sass": "^4.7.2",
"ns-vue-loader": "^0.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"ts-loader": "^3.5.0",
"typescript": "^2.9.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"vue": "^2.5.16",
"vue-property-decorator": "^6.0.0",
"vue-template-compiler": "^2.5.16",
"vuex-class": "^0.3.0",
"vuex-module-decorators": "^0.1.4",
"webpack-synchronizable-shell-plugin": "0.0.7",
"winston-color": "^1.0.0"
}
}