-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 758 Bytes
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
{
"name": "test-table",
"version": "0.0.1",
"packageManager": "pnpm@8.1.1",
"scripts": {
"dev": "vite --host",
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"element-plus": "^2.3.4",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"mxgraph": "^4.2.2",
"nanoid": "^4.0.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@types/node": "^18.15.11",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.0.4",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"less": "^4.1.3",
"prettier": "^2.8.5",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}