-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
{
"name": "nativescript-vue-devtools",
"version": "1.5.1",
"description": "A NativeScript-Vue plugin for connecting to the standalone vue-devtools",
"main": "dist/index.js",
"nativescript": {
"plugin": {
"vue": "true"
}
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"dist"
],
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/nativescript-vue/nativescript-vue-devtools.git"
},
"keywords": [
"nativescript",
"nativescript-vue",
"devtools",
"vue",
"vuejs"
],
"author": "Igor Randjelovic",
"license": "MIT",
"bugs": {
"url": "https://github.com/nativescript-vue/nativescript-vue-devtools/issues"
},
"homepage": "https://github.com/nativescript-vue/nativescript-vue-devtools#readme",
"peerDependencies": {
"@nativescript/core": "*",
"@vue/devtools": "*",
"vue": "*",
"@triniwiz/nativescript-socketio": "*",
"@triniwiz/nativescript-toasty": "*"
},
"dependencies": {},
"devDependencies": {
"@nativescript/core": "^8.0.0",
"@nativescript/types": "^8.0.0",
"@triniwiz/nativescript-socketio": "^4.0.1",
"@triniwiz/nativescript-toasty": "^4.1.3",
"@types/node": "^14.14.37",
"@vue/devtools": "^5.3.4",
"typescript": "^4.2.3",
"vue": "^2.6.12"
}
}