-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.25 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "go-vue",
"private": true,
"version": "1.0.0",
"keywords": [
"go-vue",
"go-vue-admin",
"element-plus",
"javascript",
"pinia",
"vue3",
"vite"
],
"homepage": "https://github.com/shansec/go-vue",
"repository": {
"type": "git",
"url": "git+https://github.com/shansec/go-vue"
},
"scripts": {
"dev": "vite --host --mode development",
"build": "vite build --mode production",
"preview": "vite preview",
"format": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\"",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"lint:style": "stylelint \"./**/*.{css,scss,vue,html}\" --fix",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.3.0",
"autoprefixer": "^10.4.20",
"axios": "^1.6.0",
"echarts": "^5.4.3",
"element-plus": "^2.3.9",
"fuse.js": "^6.6.2",
"jwt-decode": "^3.1.2",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"pinia": "^2.1.6",
"pinia-plugin-persist": "^1.0.0",
"sass": "^1.57.1",
"tailwindcss": "^3.4.13",
"unplugin-element-plus": "^0.8.0",
"vue": "^3.3.4",
"vue-cropper": "^1.1.1",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.9",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^4.2.3",
"code-inspector-plugin": "^0.14.0",
"eslint": "^8.47.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.17.0",
"fast-glob": "^3.3.1",
"husky": "^8.0.3",
"postcss": "^8.4.28",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.7",
"prettier": "^3.0.2",
"stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.1.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^4.4.5",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.8.5"
}
}