-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "gzm-design",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@leafer-in/editor": "^1.0.0-rc.12",
"@leafer-in/html": "^1.0.0-rc.12",
"@leafer-ui/core": "^1.0.0-rc.12",
"@leafer-ui/interface": "^1.0.0-rc.12",
"leafer-x-ruler": "^1.0.0",
"@scena/guides": "^0.29.2",
"@unocss/reset": "^0.57.7",
"@vueuse/core": "^10.7.0",
"ag-psd": "^17.0.6",
"axios": "^1.6.2",
"convert-units": "^3.0.0-beta.5",
"leafer-ui": "1.0.0-rc.12",
"lodash": "^4.17.21",
"mousetrap": "^1.6.5",
"number-precision": "^1.6.0",
"pinia": "^2.1.7",
"tinycolor2": "^1.6.0",
"uuid": "^9.0.1",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@arco-design/web-vue": "^2.53.3",
"@types/lodash": "^4.14.202",
"@types/mockjs": "^1.0.10",
"@types/mousetrap": "^1.6.15",
"@types/node": "^20.10.4",
"@types/tinycolor2": "^1.4.6",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-vue": "^4.5.2",
"less": "^4.2.0",
"mockjs": "^1.1.0",
"typescript": "^5.3.3",
"unocss": "^0.53.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.8.25"
}
}