forked from sealdice/sealdice-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
{
"name": "sealdice-ui",
"private": true,
"version": "1.4.0",
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build-only": "vite build",
"lint": "vue-tsc --noEmit && eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"check": "vue-tsc --noEmit"
},
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.11.0",
"asmcrypto.js": "^2.3.2",
"axios": "^1.7.2",
"axios-retry": "^4.4.1",
"clipboard": "^2.0.11",
"codemirror": "^6.0.1",
"cron-parser": "^4.9.0",
"dayjs": "^1.11.12",
"element-plus": "^2.7.7",
"filesize": "^10.1.4",
"highlight.js": "^11.10.0",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"randomcolor": "^0.6.2",
"vue": "^3.4.33",
"vue-diff": "^1.2.4",
"vue-router": "^4.4.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify-json/bi": "^1.1.23",
"@iconify-json/carbon": "^1.1.36",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.11",
"@types/randomcolor": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"iconify-icon": "^1.0.8",
"postcss": "^8.4.39",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.3.4",
"vue-tsc": "^2.0.26"
}
}