forked from LvHuaiSheng/gzm-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.65 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
{
"name": "gzm-design",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@leafer-in/arrow": "1.0.0-rc.22",
"@leafer-in/editor": "1.0.0-rc.22",
"@leafer-in/html": "1.0.0-rc.22",
"@leafer-in/scroll": "1.0.0-rc.22",
"@leafer-in/view": "1.0.0-rc.22",
"@leafer-ui/core": "1.0.0-rc.22",
"@leafer-ui/interface": "1.0.0-rc.22",
"@tinymce/tinymce-vue": "^5.1.1",
"@unocss/reset": "^0.57.7",
"@vueuse/core": "^10.9.0",
"ag-psd": "^17.0.6",
"axios": "^1.6.8",
"convert-units": "3.0.0-beta.6",
"fontfaceobserver": "^2.3.0",
"jsbarcode": "^3.11.6",
"leafer-ui": "1.0.0-rc.22",
"leafer-x-ruler": "^1.0.10",
"lodash": "^4.17.21",
"mousetrap": "^1.6.5",
"number-precision": "^1.6.0",
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"tinycolor2": "^1.6.0",
"tinymce": "^6.8.3",
"uuid": "^9.0.1",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@arco-design/web-vue": "^2.55.1",
"@types/fontfaceobserver": "^2.1.3",
"@types/lodash": "^4.17.0",
"@types/mockjs": "^1.0.10",
"@types/mousetrap": "^1.6.15",
"@types/node": "^20.12.7",
"@types/qrcode": "^1.5.5",
"@types/tinycolor2": "^1.4.6",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^4.6.2",
"less": "^4.2.0",
"mockjs": "^1.1.0",
"typescript": "^5.4.5",
"unocss": "^0.53.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.3",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.8.27"
}
}