-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "ivu-admin-pro-plus",
"version": "1.0.0",
"description": "Vue3+Vite+Pnpm+ElementPlus+Pinia+Eslint+Prettier+Husky+lint-staged+commitlint的低代码项目",
"author": "GaoShiWei<[email protected]>",
"scripts": {
"start": "pnpm dev",
"dev": "vite",
"stage": "vite --mode staging",
"prod": "vite --mode production",
"build:dev": "vite build --mode development",
"build:stage": "vite build --mode staging",
"build:prod": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --fix --ext .js,.vue src",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@lime-util/util": "^3.2.8",
"ace-builds": "^1.32.6",
"axios": "^1.6.7",
"consola": "^3.2.3",
"element-plus": "^2.5.6",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.19",
"vue-draggable-plus": "^0.3.5"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.21.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.4.2"
}
}