-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
64 lines (64 loc) · 1.82 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
62
63
64
{
"name": "paimon-web-ui-new",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"dev:mock": "vite --mode mock",
"mock": "mm --config=mock/mm.config.js",
"build": "npm-run-all lint build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"gen:license": "node ./license.node.js",
"lint": "eslint ./src",
"format": "eslint ./src --fix"
},
"dependencies": {
"@antv/x6": "^2.15.3",
"@antv/x6-plugin-dnd": "^2.1.1",
"@antv/x6-vue-shape": "^2.1.1",
"@stomp/stompjs": "^7.0.0",
"dart-sass": "^1.25.0",
"dayjs": "^1.11.11",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"monaco-editor": "^0.43.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"sql-formatter": "^13.0.0",
"vue": "^3.3.4",
"vue-draggable-plus": "^0.3.5",
"vue-i18n": "^9.4.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@tsconfig/node18": "^18.2.2",
"@types/lodash": "^4.14.200",
"@types/node": "^18.17.15",
"@varlet/axle": "^0.2.5",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.15",
"eslint": "^9.3.0",
"mockm": "1.1.27-alpha.2",
"naive-ui": "^2.38.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"typescript": "~5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
}
}