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.

38 lines
944 B

10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
9 months ago
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. "@kangc/v-md-editor": "^2.3.18",
  15. "ant-design-vue": "^4.2.1",
  16. "aplayer": "^1.10.1",
  17. "axios": "^1.7.2",
  18. "echarts": "^5.5.0",
  19. "normalize.css": "^8.0.1",
  20. "pinia": "^2.1.7",
  21. "simplebar-vue": "^2.3.4",
  22. "typed.js": "^2.1.0",
  23. "vue": "^3.4.21",
  24. "vue-audio-better": "^3.0.1",
  25. "vue-router": "^4.3.0",
  26. "wordcloud": "^1.2.2"
  27. },
  28. "devDependencies": {
  29. "@tsconfig/node20": "^20.1.4",
  30. "@types/node": "^20.12.5",
  31. "@vitejs/plugin-vue": "^5.0.4",
  32. "@vue/tsconfig": "^0.5.1",
  33. "npm-run-all2": "^6.1.2",
  34. "typescript": "~5.4.0",
  35. "vite": "^5.2.8",
  36. "vue-tsc": "^2.0.11"
  37. }
  38. }