-
-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.86 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.86 KB
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
{
"name": "@vue/devtools-client",
"type": "module",
"version": "8.0.8",
"private": true,
"author": "webfansplz",
"license": "MIT",
"exports": {
"./*": "./dist/*"
},
"files": [
"dist"
],
"engines": {
"node": ">=v14.21.3"
},
"scripts": {
"build": "tsx ./scripts/pre-build.ts && (nr build:lib & vite build)",
"build:lib": "vite build --config vite.lib.config.ts",
"stub": "nr stub:lib & vite build --watch",
"stub:lib": "vite build --config vite.lib.config.ts --watch"
},
"peerDependencies": {
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
},
"dependencies": {
"@unocss/preset-icons": "^66.6.6",
"@vue/devtools-applet": "workspace:^",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/devtools-shared": "workspace:^",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "catalog:",
"@vueuse/integrations": "catalog:",
"colord": "catalog:",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.1.0",
"minimatch": "^10.0.3",
"shiki": "catalog:",
"splitpanes": "catalog:",
"vis-network": "^10.0.2",
"vite-hot-client": "catalog:",
"vue-router": "catalog:",
"vue-virtual-scroller": "catalog:",
"vue3-sfc-loader": "^0.9.5"
},
"devDependencies": {
"@iconify/json": "catalog:",
"@types/node": "catalog:",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^66.6.6",
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"dayjs": "^1.11.20",
"floating-vue": "catalog:",
"ohash": "^2.0.11",
"pinia": "catalog:",
"sass-embedded": "catalog:",
"simple-git-hooks": "^2.13.1",
"unocss": "catalog:",
"unplugin": "^2.3.11",
"unplugin-auto-import": "catalog:",
"unplugin-vue-components": "^29.2.0",
"vite": "catalog:",
"vue": "catalog:"
}
}