-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
{
"name": "jp-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite build&&vite preview --open",
"build:test": "vite build --mode test",
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"echarts": "^5.5.1",
"element-plus": "^2.7.6",
"highlight.js": "^11.10.0",
"mockjs": "^1.1.0",
"pdfjs-dist": "^4.5.136",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"tesseract.js": "^5.1.1",
"uuid": "^10.0.0",
"vue": "^3.4.29",
"vue-cal": "^4.9.0",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.13",
"vuetify": "^3.6.10",
"vxe-pc-ui": "^4.0.95",
"vxe-table": "^4.7.65"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.19",
"babel-plugin-component": "^1.1.1",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.26.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"sass": "^1.71.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.1",
"vite-plugin-mock": "^3.0.2"
}
}