package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "build-admin",
  3. "version": "2.1.0",
  4. "license": "Apache-2.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --force",
  8. "build": "vite build && esno ./src/utils/build.ts",
  9. "lint": "eslint --ext .js,.jsx,.ts,.vue src",
  10. "lint-fix": "eslint --ext .js,.jsx,.ts,.vue src --fix",
  11. "format": "npx prettier --write .",
  12. "typecheck": "vue-tsc --noEmit"
  13. },
  14. "dependencies": {
  15. "@element-plus/icons-vue": "2.3.1",
  16. "@vueuse/core": "10.10.0",
  17. "axios": "1.7.2",
  18. "chinese-lunar-calendar": "^1.0.1",
  19. "countup.js": "2.8.0",
  20. "echarts": "5.5.0",
  21. "echarts-liquidfill": "^3.1.0",
  22. "echarts-wordcloud": "^2.0.0",
  23. "element-plus": "2.7.4",
  24. "esno": "4.7.0",
  25. "font-awesome": "4.7.0",
  26. "gm-crypt": "^0.0.2",
  27. "lodash-es": "4.17.21",
  28. "mitt": "3.0.1",
  29. "nprogress": "0.2.0",
  30. "pinia": "2.1.7",
  31. "pinia-plugin-persistedstate": "3.2.1",
  32. "screenfull": "6.0.2",
  33. "sortablejs": "1.15.2",
  34. "v-code-diff": "1.12.0",
  35. "vue": "3.4.27",
  36. "vue-i18n": "9.13.1",
  37. "vue-qr": "4.0.9",
  38. "vue-router": "4.3.2",
  39. "vue3-seamless-scroll": "^2.0.1"
  40. },
  41. "devDependencies": {
  42. "@types/lodash-es": "4.17.12",
  43. "@types/node": "20.14.0",
  44. "@types/nprogress": "0.2.3",
  45. "@types/sortablejs": "1.15.8",
  46. "@typescript-eslint/eslint-plugin": "7.12.0",
  47. "@typescript-eslint/parser": "7.12.0",
  48. "@vitejs/plugin-vue": "^5.0.5",
  49. "async-validator": "4.2.5",
  50. "eslint": "8.56.0",
  51. "eslint-config-prettier": "9.1.0",
  52. "eslint-plugin-vue": "9.26.0",
  53. "prettier": "3.3.0",
  54. "sass": "1.77.4",
  55. "typescript": "5.4.5",
  56. "vite": "5.2.12",
  57. "vue-eslint-parser": "9.4.3",
  58. "vue-tsc": "^2.0.21"
  59. }
  60. }