-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.59 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.59 KB
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
{
"name": "vue3-admin",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint --fix --ext .ts,.tsx,.vue src --quiet",
"prepare": "husky install",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.config.js"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@types/path-browserify": "^1.0.0",
"axios": "^1.2.1",
"css-color-function": "^1.3.3",
"element-plus": "^2.2.21",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.24",
"pinia-plugin-persistedstate": "^2.4.0",
"screenfull": "^6.0.2",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.27.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
"fast-glob": "^3.2.12",
"husky": "^8.0.2",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"svgo": "^3.0.1",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.4",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-components": "^0.22.9",
"unplugin-vue-define-options": "^1.0.0",
"vite": "^3.2.3",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.9"
}
}