forked from sealdice/sealdice-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "sealdice-ui",
"private": true,
"version": "1.4.0",
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"check": "run-p type-check lint",
"type-check": "vue-tsc --build --force",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@element-plus/icons-vue": "^2.3.1",
"@types/qs": "^6.9.17",
"@vueuse/core": "^11.2.0",
"asmcrypto.js": "^2.3.2",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"clipboard": "^2.0.11",
"codemirror": "^6.0.1",
"cron-parser": "^4.9.0",
"dayjs": "^1.11.13",
"element-plus": "^2.8.7",
"filesize": "^10.1.6",
"highlight.js": "^11.10.0",
"lodash-es": "^4.17.21",
"pinia": "^2.2.6",
"qs": "^6.13.0",
"randomcolor": "^0.6.2",
"vue": "^3.5.12",
"vue-diff": "^1.2.4",
"vue-router": "^4.4.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@iconify-json/bi": "^1.2.1",
"@iconify-json/carbon": "^1.2.4",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/randomcolor": "^0.5.9",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-rdjson": "^1.0.6",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.30.0",
"iconify-icon": "^2.1.0",
"npm-run-all2": "^7.0.01",
"postcss": "^8.4.47",
"postcss-nested": "^7.0.2",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.10"
}
}