package.json 954 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "yz-gcwf-web",
  3. "description": "WHS2403902-1 扬州中国大运河博物馆-中运博《馆藏文房精品展》等3个展览线上图文展项目",
  4. "version": "0.0.0",
  5. "private": true,
  6. "type": "module",
  7. "scripts": {
  8. "dev": "vite",
  9. "build": "run-p type-check \"build-only {@}\" --",
  10. "preview": "vite preview",
  11. "build-only": "vite build",
  12. "type-check": "vue-tsc --build --force"
  13. },
  14. "dependencies": {
  15. "pinia": "^2.1.7",
  16. "vue": "^3.4.21",
  17. "vue-router": "^4.3.0",
  18. "vue3-lazyload": "^0.3.8"
  19. },
  20. "devDependencies": {
  21. "@tsconfig/node20": "^20.1.4",
  22. "@types/node": "^20.12.5",
  23. "@vitejs/plugin-vue": "^5.0.4",
  24. "@vitejs/plugin-vue-jsx": "^3.1.0",
  25. "@vue/tsconfig": "^0.5.1",
  26. "autoprefixer": "^10.4.19",
  27. "npm-run-all2": "^6.1.2",
  28. "postcss-px-to-viewport": "^1.1.1",
  29. "sass": "^1.75.0",
  30. "typescript": "~5.4.0",
  31. "vite": "^5.2.8",
  32. "vue-tsc": "^2.0.11"
  33. }
  34. }