-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "proxyverse",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "vue-tsc && vite build",
"build:firefox": "vue-tsc && vite build -m firefox",
"dist": "rm -f dist.zip && cd ./dist/ && zip -r ../dist.zip ./",
"preview": "vite preview"
},
"directories": {
"test": "tests"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@vueuse/core": "^12.4.0",
"acorn": "^8.14.0",
"escodegen": "^2.1.0",
"espree": "^10.3.0",
"ipaddr.js": "^2.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.3",
"@types/chrome": "^0.0.266",
"@types/escodegen": "^0.0.10",
"@types/espree": "^10.1.0",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.10.6",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"rollup-plugin-visualizer": "^5.14.0",
"sass-embedded": "^1.83.3",
"typescript": "^5.7.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
}
}