-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"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",
"@typescript/native-preview": "^7.0.0-dev.20260415.1",
"@vueuse/core": "^14.2.1",
"acorn": "^8.16.0",
"escodegen": "^2.1.0",
"espree": "^11.2.0",
"io-ts": "^2.2.22",
"ipaddr.js": "^2.3.0",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@arco-design/web-vue": "^2.57.0",
"@types/chrome": "^0.1.40",
"@types/escodegen": "^0.0.10",
"@types/firefox-webext-browser": "^143.0.0",
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/coverage-v8": "^4.1.4",
"rollup-plugin-visualizer": "^7.0.1",
"sass-embedded": "^1.99.0",
"typescript": "^6.0.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.0.0",
"vite": "^8.0.8",
"vitest": "^4.1.4",
"vue-tsc": "^3.2.6"
}
}