-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.24 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": "tdp-cloud-console",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --mode development",
"build": "vite build --mode release",
"preview": "vite preview",
"lint": "eslint src/**/*.{js,ts,vue}",
"lint:fix": "eslint --fix src/**/*.{js,ts,vue}"
},
"dependencies": {
"echarts": "^5.5.0",
"highlight.js": "^11.9.0",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"tdesign-icons-vue-next": "^0.2.2",
"tdesign-vue-next": "^1.9.3",
"vue": "^3.4.21",
"vue-cropper": "^1.1.1",
"vue-echarts": "^6.6.9",
"vue-facing-decorator": "^3.0.4",
"vue-router": "^4.3.0",
"xterm": "^5.3.0",
"xterm-addon-attach": "^0.9.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@types/prismjs": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-vue-scoped-css": "^2.8.0",
"sass": "^1.72.0",
"tencentcloud-sdk-nodejs": "^4.0.827",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vue-tsc": "^2.0.7"
}
}