You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
794 B

10 months ago
  1. {
  2. "name": "blog_front",
  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. },
  13. "dependencies": {
  14. "ant-design-vue": "^4.2.1",
  15. "axios": "^1.7.2",
  16. "echarts": "^5.5.0",
  17. "normalize.css": "^8.0.1",
  18. "pinia": "^2.1.7",
  19. "simplebar-vue": "^2.3.4",
  20. "vue": "^3.4.21",
  21. "vue-router": "^4.3.0"
  22. },
  23. "devDependencies": {
  24. "@tsconfig/node20": "^20.1.4",
  25. "@types/node": "^20.12.5",
  26. "@vitejs/plugin-vue": "^5.0.4",
  27. "@vue/tsconfig": "^0.5.1",
  28. "npm-run-all2": "^6.1.2",
  29. "typescript": "~5.4.0",
  30. "vite": "^5.2.8",
  31. "vue-tsc": "^2.0.11"
  32. }
  33. }