package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "private": true,
  3. "packageManager": "pnpm@8.1.0",
  4. "scripts": {
  5. "build": "vite build",
  6. "dev": "vite --port 8081 --open",
  7. "start": "vite --host 0.0.0.0",
  8. "lint": "eslint .",
  9. "typecheck": "vue-tsc --noEmit",
  10. "preview": "vite preview",
  11. "test": "vitest",
  12. "up": "taze major -I",
  13. "postinstall": "npx simple-git-hooks",
  14. "prepare": "husky install"
  15. },
  16. "dependencies": {
  17. "@element-plus/icons-vue": "^2.3.1",
  18. "@vueuse/core": "^9.13.0",
  19. "echarts": "^5.4.3",
  20. "element-plus": "^2.4.3",
  21. "pinia": "^2.1.7",
  22. "sass": "^1.69.5",
  23. "swiper": "^9.4.1",
  24. "tinymce": "^6.8.0",
  25. "vite-plugin-top-level-await": "^1.3.1",
  26. "vue": "^3.3.9",
  27. "vue-awesome-swiper": "^5.0.1",
  28. "vue-router": "^4.2.5"
  29. },
  30. "devDependencies": {
  31. "@antfu/eslint-config": "^0.38.6",
  32. "@iconify-json/carbon": "^1.1.23",
  33. "@iconify/json": "^2.2.149",
  34. "@types/node": "^18.18.13",
  35. "@unocss/reset": "^0.50.8",
  36. "@vitejs/plugin-vue": "^4.5.0",
  37. "@vue-macros/volar": "^0.9.8",
  38. "@vue/test-utils": "^2.4.3",
  39. "axios": "^1.6.2",
  40. "eslint": "^8.54.0",
  41. "husky": "^8.0.3",
  42. "jsdom": "^21.1.2",
  43. "lint-staged": "^13.3.0",
  44. "pnpm": "^8.11.0",
  45. "simple-git-hooks": "^2.9.0",
  46. "taze": "^0.9.2",
  47. "typescript": "^5.3.2",
  48. "unplugin-auto-import": "^0.15.3",
  49. "unplugin-icons": "^0.16.6",
  50. "unplugin-vue-components": "^0.24.1",
  51. "unplugin-vue-macros": "^1.11.2",
  52. "vite": "^4.5.0",
  53. "vite-plugin-pages": "^0.29.1",
  54. "vite-plugin-windicss": "^1.9.2",
  55. "vitest": "^0.29.8",
  56. "vue-tsc": "^1.8.22",
  57. "windicss": "^3.5.6"
  58. },
  59. "simple-git-hooks": {
  60. "pre-commit": "pnpm lint-staged"
  61. },
  62. "lint-staged": {
  63. "*": "eslint --fix"
  64. },
  65. "eslintConfig": {
  66. "extends": "@antfu"
  67. }
  68. }