package.json 1.8 KB
Newer Older
有来技术 已提交
1
{
郝先瑞 已提交
2
  "name": "vue3-element-admin",
H
haoxr 已提交
3
  "version": "1.2.0",
郝先瑞 已提交
4 5 6 7 8 9 10 11 12
  "scripts": {
    "dev": "vite serve --mode development",
    "build:prod": "vue-tsc --noEmit && vite build --mode production",
    "serve": "vite preview",
    "lint": "eslint src/**/*.{ts,js,vue} --fix",
    "prepare": "husky install",
    "prettier": "prettier --write ."
  },
  "dependencies": {
H
haoxr 已提交
13
    "vue": "^3.2.40",
H
haoxr 已提交
14 15 16
    "element-plus": "^2.2.27",
    "@element-plus/icons-vue": "^2.0.10",
    "vue-router": "^4.1.6",
H
haoxr 已提交
17
    "pinia": "^2.0.12",
H
horizons 已提交
18
    "@types/js-cookie": "^3.0.2",
R
Rackar 已提交
19
    "@vueuse/core": "^9.1.1",
郝先瑞 已提交
20 21
    "@wangeditor/editor": "^5.0.0",
    "@wangeditor/editor-for-vue": "^5.1.10",
H
haoxr 已提交
22
    "axios": "^1.2.0",
郝先瑞 已提交
23
    "better-scroll": "^2.4.2",
24
    "default-passive-events": "^2.0.0",
郝先瑞 已提交
25
    "echarts": "^5.2.2",
H
horizons 已提交
26
    "js-cookie": "^3.0.1",
郝先瑞 已提交
27 28 29 30 31
    "nprogress": "^0.2.0",
    "path-browserify": "^1.0.1",
    "path-to-regexp": "^6.2.0",
    "screenfull": "^6.0.0",
    "sortablejs": "^1.14.0",
H
haoxr 已提交
32
    "vue-i18n": "^9.1.9"
郝先瑞 已提交
33 34 35 36 37 38 39 40 41
  },
  "devDependencies": {
    "@commitlint/cli": "^16.2.3",
    "@commitlint/config-conventional": "^16.2.1",
    "@types/node": "^16.11.7",
    "@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
horizons 已提交
42
    "@vitejs/plugin-vue": "^3.1.2",
郝先瑞 已提交
43 44 45 46
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-vue": "^8.6.0",
47
    "fast-glob": "^3.2.11",
郝先瑞 已提交
48 49
    "husky": "^7.0.4",
    "prettier": "^2.6.2",
50 51
    "sass": "^1.53.0",
    "typescript": "^4.7.4",
H
horizons 已提交
52
    "vite": "^3.2.0",
郝先瑞 已提交
53
    "vite-plugin-svg-icons": "^2.0.1",
54
    "vue-tsc": "^0.35.0"
郝先瑞 已提交
55 56 57 58
  },
  "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
  "author": "有来开源组织",
  "license": "MIT"
有来技术 已提交
59
}