package.json 1.8 KB
Newer Older
有来技术 已提交
1
{
郝先瑞 已提交
2 3 4 5 6 7 8 9 10 11 12 13
  "name": "vue3-element-admin",
  "version": "1.0.0",
  "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": {
    "@element-plus/icons-vue": "^1.0.0",
H
horizons 已提交
14
    "@types/js-cookie": "^3.0.2",
R
Rackar 已提交
15
    "@vueuse/core": "^9.1.1",
郝先瑞 已提交
16 17
    "@wangeditor/editor": "^5.0.0",
    "@wangeditor/editor-for-vue": "^5.1.10",
18
    "axios": "^1.1.3",
郝先瑞 已提交
19
    "better-scroll": "^2.4.2",
20
    "default-passive-events": "^2.0.0",
郝先瑞 已提交
21
    "echarts": "^5.2.2",
22
    "element-plus": "^2.2.17",
H
horizons 已提交
23
    "js-cookie": "^3.0.1",
郝先瑞 已提交
24 25 26 27 28 29
    "nprogress": "^0.2.0",
    "path-browserify": "^1.0.1",
    "path-to-regexp": "^6.2.0",
    "pinia": "^2.0.12",
    "screenfull": "^6.0.0",
    "sortablejs": "^1.14.0",
30
    "vue": "^3.2.40",
郝先瑞 已提交
31 32 33 34 35 36 37 38 39 40 41
    "vue-i18n": "^9.1.9",
    "vue-router": "^4.0.12"
  },
  "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",
42
    "@vitejs/plugin-vue": "^1.10.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 52
    "sass": "^1.53.0",
    "typescript": "^4.7.4",
    "vite": "^3.1.8",
郝先瑞 已提交
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
}