package.json 1.8 KB
Newer Older
有来技术 已提交
1
{
郝先瑞 已提交
2
  "name": "vue3-element-admin",
H
haoxr 已提交
3
  "version": "2.0.0",
郝先瑞 已提交
4 5
  "scripts": {
    "dev": "vite serve --mode development",
6
    "build:prod": "vite build --mode production &&vue-tsc --noEmit",
郝先瑞 已提交
7 8 9 10 11 12
    "serve": "vite preview",
    "lint": "eslint src/**/*.{ts,js,vue} --fix",
    "prepare": "husky install",
    "prettier": "prettier --write ."
  },
  "dependencies": {
R
Rackar 已提交
13
    "@vueuse/core": "^9.1.1",
郝先瑞 已提交
14 15
    "@wangeditor/editor": "^5.0.0",
    "@wangeditor/editor-for-vue": "^5.1.10",
16
    "axios": "^1.3.4",
郝先瑞 已提交
17
    "echarts": "^5.2.2",
18
    "element-plus": "^2.2.32",
郝先瑞 已提交
19 20 21
    "nprogress": "^0.2.0",
    "path-browserify": "^1.0.1",
    "path-to-regexp": "^6.2.0",
22
    "pinia": "^2.0.12",
郝先瑞 已提交
23
    "screenfull": "^6.0.0",
H
haoxr 已提交
24
    "vue": "^3.2.45",
25 26
    "vue-i18n": "^9.1.9",
    "vue-router": "^4.1.6"
郝先瑞 已提交
27 28 29 30
  },
  "devDependencies": {
    "@commitlint/cli": "^16.2.3",
    "@commitlint/config-conventional": "^16.2.1",
31
    "@iconify-json/ep": "^1.1.8",
郝先瑞 已提交
32 33 34 35
    "@types/nprogress": "^0.2.0",
    "@types/path-browserify": "^1.0.0",
    "@typescript-eslint/eslint-plugin": "^5.19.0",
    "@typescript-eslint/parser": "^5.19.0",
H
haoxr 已提交
36
    "@vitejs/plugin-vue": "^4.0.0",
37
    "autoprefixer": "^10.4.13",
38
    "eslint": "^8.34.0",
郝先瑞 已提交
39 40
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
41
    "eslint-plugin-vue": "^9.9.0",
42
    "fast-glob": "^3.2.11",
郝先瑞 已提交
43
    "husky": "^7.0.4",
44
    "postcss": "^8.4.20",
郝先瑞 已提交
45
    "prettier": "^2.6.2",
46
    "sass": "^1.53.0",
47
    "typescript": "^4.7.4",
H
haoxr 已提交
48
    "unocss": "^0.50.1",
H
haoxr 已提交
49
    "unplugin-auto-import": "^0.13.0",
50
    "unplugin-icons": "^0.15.1",
H
haoxr 已提交
51
    "unplugin-vue-components": "^0.23.0",
52
    "vite": "^4.1.4",
郝先瑞 已提交
53
    "vite-plugin-svg-icons": "^2.0.1",
54
    "vue-eslint-parser": "^9.1.0",
55
    "vue-tsc": "^0.35.0"
郝先瑞 已提交
56 57 58 59
  },
  "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
  "author": "有来开源组织",
  "license": "MIT"
有来技术 已提交
60
}