forked from oasis-proxy/oasis-proxy-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 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
{
"name": "datong-proxy",
"repository": {
"type": "git",
"url": "https://github.com/marchFantasy/datong-proxy.git"
},
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "vite build",
"debug": "vite --mode debugging build",
"trace": "vite --mode tracing build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"ipaddr.js": "^2.2.0",
"jslint": "^0.12.1",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@rushstack/eslint-patch": "^1.8.0",
"@types/chrome": "^0.0.312",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^9.23.0",
"globals": "^16.5.0",
"jsdom": "^24.1.0",
"prettier": "^3.5.3",
"vite": "^5.2.8",
"vitest": "^1.6.0"
}
}