package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "observe-admin",
  3. "type": "module",
  4. "version": "1.0.0",
  5. "description": "observe admin, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
  6. "author": "cestong.com",
  7. "license": "MIT",
  8. "homepage": "http://observe-front.cestong.com.cn/#/home",
  9. "keywords": ["Vue3 admin ", "vue-admin-template", "Vite5", "TypeScript", "ant-design-vue v4", "UnoCSS"],
  10. "engines": {
  11. "node": ">=18.12.0",
  12. "pnpm": ">=8.7.0"
  13. },
  14. "scripts": {
  15. "build": "vite build --mode prod",
  16. "build:test": "vite build --mode test",
  17. "cleanup": "sa cleanup",
  18. "commit": "sa git-commit",
  19. "dev": "vite --mode test",
  20. "dev:prod": "vite --mode prod",
  21. "gen-route": "sa gen-route",
  22. "lint": "eslint . --fix",
  23. "prepare": "simple-git-hooks",
  24. "preview": "vite preview",
  25. "release": "sa release",
  26. "typecheck": "vue-tsc --noEmit --skipLibCheck",
  27. "update-pkg": "sa update-pkg"
  28. },
  29. "dependencies": {
  30. "@better-scroll/core": "2.5.1",
  31. "@iconify/vue": "4.1.2",
  32. "@sa/axios": "workspace:*",
  33. "@sa/color": "workspace:*",
  34. "@sa/fetch": "workspace:*",
  35. "@sa/hooks": "workspace:*",
  36. "@sa/materials": "workspace:*",
  37. "@sa/utils": "workspace:*",
  38. "@vueuse/core": "10.11.0",
  39. "ant-design-vue": "4.2.3",
  40. "bignumber": "^1.1.0",
  41. "clipboard": "2.0.11",
  42. "dayjs": "1.11.11",
  43. "echarts": "5.5.0",
  44. "jsencrypt": "^3.3.2",
  45. "lodash-es": "4.17.21",
  46. "nprogress": "0.2.0",
  47. "pinia": "2.1.7",
  48. "tailwind-merge": "2.3.0",
  49. "vue": "3.4.29",
  50. "vue-draggable-plus": "0.5.0",
  51. "vue-i18n": "9.13.1",
  52. "vue-router": "4.3.3"
  53. },
  54. "devDependencies": {
  55. "@elegant-router/vue": "0.3.7",
  56. "@iconify/json": "2.2.220",
  57. "@sa/scripts": "workspace:*",
  58. "@sa/uno-preset": "workspace:*",
  59. "@soybeanjs/eslint-config": "1.3.7",
  60. "@types/lodash-es": "4.17.12",
  61. "@types/node": "20.14.6",
  62. "@types/nprogress": "0.2.3",
  63. "@unocss/eslint-config": "0.61.0",
  64. "@unocss/preset-icons": "0.61.0",
  65. "@unocss/preset-uno": "0.61.0",
  66. "@unocss/transformer-directives": "0.61.0",
  67. "@unocss/transformer-variant-group": "0.61.0",
  68. "@unocss/vite": "0.61.0",
  69. "@vitejs/plugin-vue": "5.0.5",
  70. "@vitejs/plugin-vue-jsx": "4.0.0",
  71. "eslint": "9.5.0",
  72. "eslint-plugin-vue": "9.26.0",
  73. "lint-staged": "15.2.7",
  74. "sass": "1.77.6",
  75. "simple-git-hooks": "2.11.1",
  76. "tsx": "4.15.6",
  77. "typescript": "5.4.5",
  78. "unplugin-icons": "0.19.0",
  79. "unplugin-vue-components": "0.27.0",
  80. "vite": "5.3.1",
  81. "vite-plugin-progress": "0.0.7",
  82. "vite-plugin-svg-icons": "2.0.1",
  83. "vite-plugin-vue-devtools": "7.3.2",
  84. "vue-eslint-parser": "9.4.3",
  85. "vue-tsc": "2.0.21"
  86. },
  87. "simple-git-hooks": {
  88. "commit-msg": "pnpm sa git-commit-verify",
  89. "pre-commit": "pnpm typecheck && pnpm lint-staged"
  90. },
  91. "lint-staged": {
  92. "*": "eslint --fix"
  93. },
  94. "volta": {
  95. "node": "18.20.5",
  96. "pnpm": "8.15.9"
  97. },
  98. "website": "http://observe-front.cestong.com.cn/#/home"
  99. }