forked from clickcat-project/ClickCat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.86 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
65
66
67
68
{
"name": "click-cat",
"private": true,
"version": "0.0.0",
"author": "stone",
"scripts": {
"dev": "vite --host",
"build:test": "vue-tsc --noEmit && vite build --mode staging",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"prepare": "husky install",
"lint:lint-staged": "lint-staged"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"butterfly-dag": "^4.3.6",
"dayjs": "^1.11.3",
"echarts": "^5.3.3",
"element-plus": "^2.2.6",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"monaco-editor": "0.32.1",
"pinia": "^2.0.14",
"pinia-plugin-persist": "^1.0.0",
"randomcolor": "^0.6.2",
"sql-limiter": "^3.0.0",
"three": "^0.143.0",
"three-css2drender": "^1.0.0",
"three-spritetext": "^1.6.5",
"uuid": "^8.3.2",
"uuidjs": "^4.2.11",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.2.25",
"vue-i18n": "^9.2.0-beta.40",
"vue-router": "4"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/jquery": "^3.5.14",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-vue": "^2.3.3",
"3d-force-graph": "^1.67.7",
"cross-env": "^7.0.3",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-define-config": "^1.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.1.1",
"husky": "^8.0.0",
"lint-staged": "^13.0.2",
"sass": "^1.52.3",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-monaco-editor": "^1.0.10",
"vite-plugin-pages": "^0.24.2",
"vue-tsc": "^0.34.7"
}
}