package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "damoxing2dian0",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "keywords": [],
  6. "author": "",
  7. "license": "ISC",
  8. "description": "",
  9. "scripts": {
  10. "start": "npm run dev",
  11. "dev": "vite",
  12. "build": "vite build",
  13. "preview": "vite preview",
  14. "doc": "vitepress dev docs --port 5174 --host",
  15. "doc-build": "vitepress build docs"
  16. },
  17. "devDependencies": {
  18. "@vitejs/plugin-vue": "5.2.1",
  19. "eslint": "9.16.0",
  20. "eslint-plugin-vue": "9.32.0",
  21. "jszip": "^3.10.1",
  22. "marked": "15.0.4",
  23. "vite": "5.4.11",
  24. "vite-plugin-vue-devtools": "7.6.7",
  25. "vitepress": "1.5.0"
  26. },
  27. "dependencies": {
  28. "@arco-design/web-vue": "2.56.3",
  29. "axios": "1.7.8",
  30. "clipboard": "2.0.11",
  31. "dayjs": "1.11.13",
  32. "docx-preview": "0.3.3",
  33. "filesize": "10.1.6",
  34. "highlight.js": "11.10.0",
  35. "js-cookie": "3.0.5",
  36. "md5": "2.3.0",
  37. "mitt": "3.0.1",
  38. "pinia": "2.2.8",
  39. "pinia-plugin-persist": "1.0.0",
  40. "screenfull": "6.0.2",
  41. "vue": "3.5.13",
  42. "vue-i18n": "10.0.5",
  43. "vue-router": "4.5.0",
  44. "wujie-vue3": "1.0.23"
  45. }
  46. }