This repository has been archived by the owner on May 7, 2024. It is now read-only.
forked from sealdice/sealdice-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "sealdice-ui",
"private": true,
"version": "1.4.0",
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"build2": "vue-tsc --noEmit && node --max_old_space_size=2048 ./node_modules/vite/bin/vite.js build",
"build3": "vite build",
"preview": "vite preview",
"lint": "vue-tsc --noEmit && eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix"
},
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@vueuse/core": "^10.9.0",
"asmcrypto.js": "^2.3.2",
"axios": "^1.6.8",
"axios-retry": "^4.1.0",
"clipboard": "^2.0.11",
"codemirror": "^6.0.1",
"dayjs": "^1.11.10",
"element-plus": "^2.7.0",
"filesize": "^10.1.1",
"ky": "^0.33.3",
"ofetch": "^1.3.4",
"pinia": "^2.1.7",
"vue": "^3.4.23",
"vue-diff": "^1.2.4",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify-json/bi": "^1.1.23",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-legacy": "^5.3.2",
"@vue/compiler-sfc": "^3.4.25",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"iconify-icon": "^1.0.8",
"postcss": "^8.4.38",
"sass": "^1.75.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vue-tsc": "^2.0.14"
}
}