package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "baozhida-panel-module",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build --force",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@element-plus/icons-vue": "^2.3.1",
  17. "@types/codemirror": "^5.60.15",
  18. "axios": "^1.7.2",
  19. "codemirror": "^5.65.12",
  20. "codemirror-editor-vue3": "^2.8.0",
  21. "dayjs": "^1.11.12",
  22. "element-plus": "^2.7.8",
  23. "js-cookie": "^3.0.5",
  24. "lodash-es": "^4.17.21",
  25. "mitt": "^3.0.1",
  26. "normalize.css": "^8.0.1",
  27. "nprogress": "^0.2.0",
  28. "path-to-regexp": "^7.1.0",
  29. "pinia": "^2.1.7",
  30. "qiniu-js": "3.1.2",
  31. "sass": "^1.77.8",
  32. "screenfull": "^6.0.2",
  33. "vue": "^3.4.29",
  34. "vue-router": "^4.3.3",
  35. "vxe-table": "^4.6.18",
  36. "vxe-table-plugin-element": "4.0.4",
  37. "xe-utils": "3.5.28"
  38. },
  39. "devDependencies": {
  40. "@rushstack/eslint-patch": "^1.8.0",
  41. "@tsconfig/node20": "^20.1.4",
  42. "@types/node": "^20.14.5",
  43. "@vitejs/plugin-vue": "^5.0.5",
  44. "@vue/eslint-config-prettier": "^9.0.0",
  45. "@vue/eslint-config-typescript": "^13.0.0",
  46. "@vue/tsconfig": "^0.5.1",
  47. "eslint": "^8.57.0",
  48. "eslint-plugin-vue": "^9.23.0",
  49. "npm-run-all2": "^6.2.0",
  50. "path-browserify": "^1.0.1",
  51. "prettier": "^3.2.5",
  52. "typescript": "~5.4.0",
  53. "unocss": "^0.61.9",
  54. "vite": "^5.3.1",
  55. "vue-tsc": "^2.0.21"
  56. }
  57. }