package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "temp-vue-3",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build:prod": "vite build",
  9. "build:test": "vite build --mode test",
  10. "build-lint": "run-p type-check \"build-only {@}\" --",
  11. "preview": "vite preview",
  12. "build-only": "vite build",
  13. "type-check": "vue-tsc --build --force",
  14. "deploy:prod": "node deploy/index.js --prod",
  15. "deploy:test": "node deploy/index.js --test"
  16. },
  17. "dependencies": {
  18. "@vueuse/core": "^10.9.0",
  19. "autofit.js": "^3.1.3",
  20. "axios": "^1.6.8",
  21. "echarts": "^5.5.0",
  22. "echarts-gl": "^2.0.9",
  23. "element-plus": "^2.8.1",
  24. "highlight.js": "^11.9.0",
  25. "katex": "^0.16.10",
  26. "load-awesome": "^1.1.0",
  27. "markdown-it": "^14.1.0",
  28. "markdown-it-link-attributes": "^4.0.1",
  29. "markdown-it-math": "^4.1.1",
  30. "markdown-it-sub": "^2.0.0",
  31. "markdown-it-sup": "^2.0.0",
  32. "markdown-it-texmath": "^1.0.0",
  33. "naive-ui": "^2.39.0",
  34. "pinia": "^2.1.7",
  35. "pinia-plugin-persistedstate": "^3.2.1",
  36. "sass": "^1.77.1",
  37. "sass-loader": "^14.2.1",
  38. "three": "^0.166.1",
  39. "vue": "^3.4.21",
  40. "vue-router": "^4.3.0",
  41. "vue3-scroll-seamless": "^1.0.6",
  42. "vue3-seamless-scroll": "^2.0.1"
  43. },
  44. "devDependencies": {
  45. "@digitalacorn/vite-plugin-svg-icons": "^3.0.0-pre.1",
  46. "@tsconfig/node20": "^20.1.4",
  47. "@types/node": "^20.12.5",
  48. "@vitejs/plugin-vue": "^5.0.4",
  49. "@vitejs/plugin-vue-jsx": "^3.1.0",
  50. "@vue/tsconfig": "^0.5.1",
  51. "autoprefixer": "^10.4.19",
  52. "chalk": "^5.3.0",
  53. "dayjs": "^1.11.11",
  54. "npm-run-all2": "^6.1.2",
  55. "ora": "^8.0.1",
  56. "postcss": "^8.4.38",
  57. "shelljs": "^0.8.5",
  58. "ssh2-sftp-client": "^10.0.3",
  59. "tailwindcss": "^3.4.4",
  60. "typescript": "~5.4.0",
  61. "unplugin-auto-import": "^0.18.2",
  62. "unplugin-vue-components": "^0.27.4",
  63. "vite": "^5.2.8",
  64. "vite-plugin-vue-devtools": "^7.0.25",
  65. "vue-tsc": "^2.0.11"
  66. }
  67. }