-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "todolist",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "felixleo22 <[email protected]>",
"license": "MIT",
"nativescript": {
"id": "org.nativescript.application",
"templateVersion": "v2",
"tns-android": {
"version": "6.0.0"
},
"tns-ios": {
"version": "6.0.1"
}
},
"dependencies": {
"@nativescript/theme": "^2.2.1",
"@vue/devtools": "^5.0.6",
"nativescript-socketio": "^3.2.1",
"nativescript-sqlite": "^2.3.3",
"nativescript-toasty": "^1.3.0",
"nativescript-vue": "^2.4.0",
"nativescript-vue-devtools": "^1.2.0",
"tns-core-modules": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"nativescript-dev-webpack": "^1.0.0",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"vue": "^2.6.11",
"vue-loader": "^15.4.0",
"vuex": "^3.1.2"
}
}