forked from JasonGrass/rename
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "rename",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.1",
"@element-plus/icons-vue": "^2.3.1",
"dayjs": "^1.11.10",
"element-plus": "^2.4.3",
"js-md5": "^0.8.3",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"thememirror": "^2.0.1",
"uuid": "^9.0.1",
"vue": "^3.2.47",
"vue-codemirror": "^6.1.1",
"vue3-smooth-dnd": "^0.0.6",
"vxe-table": "^4.5.14",
"xe-utils": "^3.5.14"
},
"devDependencies": {
"@iconify/json": "^2.2.152",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.10.3",
"@types/uuid": "^9.0.7",
"@types/wicg-file-system-access": "^2023.10.4",
"@vitejs/plugin-vue": "^4.1.0",
"less": "^4.2.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.1",
"vue-tsc": "^1.4.2"
}
}