-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.1 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": "client",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"dev": "vite --port=4000",
"dev:mock": "cross-env USE_MOCK=true vite --port=4000",
"build:mock": "cross-env USE_CHUNK_MOCK=true vite build",
"format": "prettier --write src/",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/theme-chalk": "^2.2.16",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-inject": "^5.0.3",
"admin-lte": "^2.4.5",
"axios": "^1.3.4",
"bootstrap3": "^3.3.5",
"element-plus": "^2.2.32",
"emojionearea": "^3.4.2",
"font-awesome": "^4.7.0",
"jquery": "^3.4.0",
"jquery-ui-dist": "^1.13.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.1.0",
"socket.io-client": "^4.6.1",
"tempusdominus-core": "5.19.3",
"tooltipster": "^4.2.8",
"tooltipster-scrollabletip": "^1.0.0",
"vue": "^3.2.47",
"vue-axios": "^3.5.2",
"vue-router": "^4.1.6",
"vue3-carousel": "^0.2.11"
},
"devDependencies": {
"@iconify-json/ic": "^1.1.13",
"@iconify/json": "^2.2.28",
"@iconify/vue": "^4.1.0",
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"babel-plugin-component": "^1.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"mockjs": "^1.1.0",
"prettier": "^2.8.4",
"rollup": "2.42.0",
"sass": "^1.58.3",
"sass-loader": "^10.0.4",
"unplugin-auto-import": "^0.15.0",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.1.3",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^2.0.0",
"webpack": "5.0.0"
}
}