generated from lanseria/arco-uno-basic-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 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": "arco-uno-basic-template",
"type": "module",
"version": "0.0.1",
"private": true,
"keywords": [
"vitejs",
"vue3"
],
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint src --fix",
"preview": "vite preview",
"up": "taze major -I"
},
"dependencies": {
"@arco-design/web-vue": "2.52.1",
"@vueuse/core": "^10.7.2",
"fabric": "^5.3.0",
"hotkeys-js": "^3.13.5",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.4",
"uuid": "^9.0.1",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.2",
"@iconify-json/carbon": "^1.1.27",
"@types/fabric": "^5.3.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.4",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "^8.56.0",
"pnpm": "^8.14.1",
"taze": "^0.13.1",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.11",
"vite-plugin-pages": "^0.32.0",
"vue-tsc": "^1.8.27"
}
}