-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.19 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": "nv-test",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "ozzmotic <[email protected]>",
"license": "MIT",
"nativescript": {
"id": "org.nativescript.application",
"tns-ios": {
"version": "6.0.2"
},
"tns-android": {
"version": "6.0.2"
}
},
"dependencies": {
"@nstudio/nativescript-checkbox": "^1.0.0",
"@vue/devtools": "^5.1.1",
"ajv": "^6.6.1",
"ajv-keywords": "^3.2.0",
"electron": "^3.0.6",
"moment": "^2.24.0",
"music-fns": "^0.1.3",
"nativescript-audio": "^5.0.1",
"nativescript-checkbox": "^3.0.3",
"nativescript-nodeify": "^0.8.0",
"nativescript-permissions": "^1.3.6",
"nativescript-socketio": "^3.3.1",
"nativescript-spectra-audio-recorder-plugin": "file:../spectra-audio-recorder-plugin/src",
"nativescript-spectra-bdsd-plugin": "file:../spectra-bdsd-plugin/src",
"nativescript-spectra-pitch-perfect-plugin": "file:../spectra-pitch-perfect-plugin/src",
"nativescript-texttospeech": "^2.0.3",
"nativescript-theme-core": "^1.0.4",
"nativescript-toast": "^2.0.0",
"nativescript-ui-dataform": "5.0.0",
"nativescript-vue": "^2.0.0",
"nativescript-vue-devtools": "^1.2.0",
"pitchfinder": "^2.1.0",
"timer-machine": "^1.1.0",
"tns-android": "^5.0.0",
"tns-core-modules": "^6.0.1",
"vuex": "^3.0.1",
"wav-decoder": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"lazy": "1.0.11",
"nativescript-dev-webpack": "^1.0.3",
"nativescript-toasty": "^2.0.1",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.1.0",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"vue-loader": "^15.2.6",
"webpack": "^4.27.1",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.1.0"
}
}