-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 842 Bytes
/
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
{
"name": "hello-world",
"main": "main.js",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "Adamson Jeremiah <[email protected]>",
"license": "MIT",
"dependencies": {
"@nativescript/core": "^7.0.3",
"@nativescript/theme": "^2.3.3",
"axios": "^0.21.1",
"nativescript-vue": "^2.8.1",
"vuex": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@nativescript/android": "8.0.0",
"@nativescript/ios": "8.0.0",
"@nativescript/webpack": "^3.0.4",
"babel-loader": "^8.1.0",
"css-loader": "^5.2.6",
"nativescript-tailwind": "^2.0.1",
"nativescript-vue-template-compiler": "^2.8.1",
"nativescript-worker-loader": "~0.12.1",
"sass": "^1.26.10",
"vue-loader": "^15.9.3"
}
}