forked from EddyVerbruggen/nativescript-feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 854 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
30
{
"name": "demo-vue",
"version": "1.0.0",
"description": "Vue demo for the NativeScript Feedback plugin",
"author": "EddyVerbruggen <[email protected]>",
"license": "MIT",
"dependencies": {
"@nativescript/core": "7.0.0",
"@nativescript/theme": "~2.3.0",
"nativescript-feedback": "file:../src",
"nativescript-vue": "2.8.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@nativescript/android": "7.0.0",
"@nativescript/ios": "7.0.0",
"@nativescript/webpack": "3.0.0",
"babel-loader": "^8.0.2",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"nativescript-vue-template-compiler": "2.8.0",
"node-sass": "^4.9.2",
"typescript": "3.9.7",
"vue-loader": "^15.2.6"
},
"main": "main"
}