package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "ssxz",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --mode development",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build --mode production",
  11. "type-check": "vue-tsc --build",
  12. "format": "prettier --write src/"
  13. },
  14. "dependencies": {
  15. "@element-plus/icons-vue": "^2.3.1",
  16. "axios": "^1.8.4",
  17. "dayjs": "^1.11.13",
  18. "dompurify": "^3.2.4",
  19. "element-plus": "^2.9.6",
  20. "event-source-polyfill": "^1.0.31",
  21. "github-markdown-css": "^5.8.1",
  22. "highlight.js": "^11.11.1",
  23. "howler": "^2.2.4",
  24. "markdown-it": "^14.1.0",
  25. "markdown-it-abbr": "^2.0.0",
  26. "markdown-it-container": "^4.0.0",
  27. "markdown-it-footnote": "^4.0.0",
  28. "markdown-it-sub": "^2.0.0",
  29. "markdown-it-task-lists": "^2.1.1",
  30. "md5": "^2.3.0",
  31. "pinia": "^3.0.1",
  32. "recordrtc": "^5.6.2",
  33. "vue": "^3.5.13",
  34. "vue-router": "^4.5.0",
  35. "wavesurfer.js": "^7.9.4"
  36. },
  37. "devDependencies": {
  38. "@tsconfig/node22": "^22.0.0",
  39. "@types/event-source-polyfill": "^1.0.5",
  40. "@types/howler": "^2.2.12",
  41. "@types/markdown-it": "^14.1.2",
  42. "@types/md5": "^2.3.5",
  43. "@types/node": "^22.13.9",
  44. "@types/recordrtc": "^5.6.14",
  45. "@types/webaudioapi": "^0.0.27",
  46. "@types/ws": "^8.18.1",
  47. "@vitejs/plugin-basic-ssl": "^2.0.0",
  48. "@vitejs/plugin-vue": "^5.2.1",
  49. "@vitejs/plugin-vue-jsx": "^4.1.1",
  50. "@vue/tsconfig": "^0.7.0",
  51. "markdown-it-sup": "^2.0.0",
  52. "npm-run-all2": "^7.0.2",
  53. "prettier": "3.5.3",
  54. "sass": "^1.85.1",
  55. "sass-loader": "^16.0.5",
  56. "typescript": "~5.8.0",
  57. "vite": "^6.2.1",
  58. "vite-plugin-vue-devtools": "^7.7.2",
  59. "vue-tsc": "^2.2.8"
  60. }
  61. }