package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "clipboard": "2.0.11",
  41. "dayjs": "1.11.11",
  42. "echarts": "5.5.0",
  43. "lodash-es": "4.17.21",
  44. "nprogress": "0.2.0",
  45. "pinia": "2.1.7",
  46. "tailwind-merge": "2.3.0",
  47. "vue": "3.4.29",
  48. "vue-draggable-plus": "0.5.0",
  49. "vue-i18n": "9.13.1",
  50. "vue-router": "4.3.3"
  51. },
  52. "devDependencies": {
  53. "@elegant-router/vue": "0.3.7",
  54. "@iconify/json": "2.2.220",
  55. "@sa/scripts": "workspace:*",
  56. "@sa/uno-preset": "workspace:*",
  57. "@soybeanjs/eslint-config": "1.3.7",
  58. "@types/lodash-es": "4.17.12",
  59. "@types/node": "20.14.6",
  60. "@types/nprogress": "0.2.3",
  61. "@unocss/eslint-config": "0.61.0",
  62. "@unocss/preset-icons": "0.61.0",
  63. "@unocss/preset-uno": "0.61.0",
  64. "@unocss/transformer-directives": "0.61.0",
  65. "@unocss/transformer-variant-group": "0.61.0",
  66. "@unocss/vite": "0.61.0",
  67. "@vitejs/plugin-vue": "5.0.5",
  68. "@vitejs/plugin-vue-jsx": "4.0.0",
  69. "eslint": "9.5.0",
  70. "eslint-plugin-vue": "9.26.0",
  71. "lint-staged": "15.2.7",
  72. "sass": "1.77.6",
  73. "simple-git-hooks": "2.11.1",
  74. "tsx": "4.15.6",
  75. "typescript": "5.4.5",
  76. "unplugin-icons": "0.19.0",
  77. "unplugin-vue-components": "0.27.0",
  78. "vite": "5.3.1",
  79. "vite-plugin-progress": "0.0.7",
  80. "vite-plugin-svg-icons": "2.0.1",
  81. "vite-plugin-vue-devtools": "7.3.2",
  82. "vue-eslint-parser": "9.4.3",
  83. "vue-tsc": "2.0.21"
  84. },
  85. "simple-git-hooks": {
  86. "commit-msg": "pnpm sa git-commit-verify",
  87. "pre-commit": "pnpm typecheck && pnpm lint-staged"
  88. },
  89. "lint-staged": {
  90. "*": "eslint --fix"
  91. },
  92. "website": "http://observe-front.cestong.com.cn/#/home"
  93. }