package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "speed-code",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host 0.0.0.0",
  8. "build": "vite build --base=/web1088/",
  9. "build-only": "vite build",
  10. "preview": "vite preview"
  11. },
  12. "vue": {
  13. "sourceMap": false
  14. },
  15. "dependencies": {
  16. "@amap/amap-jsapi-loader": "^1.0.1",
  17. "@icon-park/vue-next": "^1.4.2",
  18. "@tailwindcss/typography": "^0.5.9",
  19. "axios": "^1.5.1",
  20. "crypto-js": "^4.1.1",
  21. "element-plus": "^2.6.3",
  22. "highlight.js": "^11.7.0",
  23. "less": "^4.1.3",
  24. "markdown-it": "^13.0.1",
  25. "pinia": "^2.0.36",
  26. "swiper": "^9.4.1",
  27. "vue": "^3.3.4",
  28. "vue-i18n": "^9.2.2",
  29. "vue-router": "^4.2.0"
  30. },
  31. "devDependencies": {
  32. "@tsconfig/node18": "^2.0.1",
  33. "@types/node": "^18.16.8",
  34. "@vitejs/plugin-vue": "^4.3.4",
  35. "@vue/tsconfig": "^0.4.0",
  36. "npm-run-all": "^4.1.5",
  37. "prettier": "^2.8.8",
  38. "typescript": "~5.0.4",
  39. "unplugin-auto-import": "^0.16.4",
  40. "unplugin-vue-components": "^0.25.1",
  41. "vite": "^4.3.5",
  42. "vite-plugin-top-level-await": "^1.4.1",
  43. "vue-tsc": "^1.6.4"
  44. }
  45. }