generated from lanseria/arco-uno-basic-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "arco-uno-basic-template",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"up": "taze major -I"
},
"dependencies": {
"@arco-design/web-vue": "2.54.2",
"@tensorflow/tfjs": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-backend-webgpu": "4.16.0",
"@vueuse/core": "^10.7.2",
"vue": "^3.4.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.2",
"@iconify-json/carbon": "^1.1.27",
"@types/node": "^18.19.7",
"@unocss/eslint-plugin": "^0.58.3",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-vue": "^5.0.3",
"eslint": "^8.56.0",
"eslint-plugin-format": "^0.1.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",
"vite": "^5.0.11",
"vite-plugin-pages": "^0.32.0",
"vue-tsc": "^1.8.27"
},
"eslintConfig": {
"extends": "@antfu"
}
}