package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "en-shoubo-pc",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build --force"
  12. },
  13. "dependencies": {
  14. "@dage/service": "^1.0.3",
  15. "@dage/utils": "^1.0.2",
  16. "@vue/shared": "^3.4.27",
  17. "@vueuse/core": "^10.11.0",
  18. "@vueuse/motion": "^2.2.3",
  19. "element-plus": "^2.7.3",
  20. "lodash-unified": "^1.0.3",
  21. "pinia": "^2.1.7",
  22. "vant": "^4.9.0",
  23. "vue": "^3.4.21",
  24. "vue-router": "^4.3.0",
  25. "vue-waterfall-plugin-next": "^2.4.3"
  26. },
  27. "devDependencies": {
  28. "@tsconfig/node20": "^20.1.4",
  29. "@types/node": "^20.12.5",
  30. "@vitejs/plugin-vue": "^5.0.4",
  31. "@vitejs/plugin-vue-jsx": "^3.1.0",
  32. "@vue/tsconfig": "^0.5.1",
  33. "install": "^0.13.0",
  34. "npm-run-all2": "^6.1.2",
  35. "sass": "^1.77.4",
  36. "tslib": "^2.6.3",
  37. "typescript": "~5.4.0",
  38. "unplugin-auto-import": "^0.17.6",
  39. "unplugin-vue-components": "^0.27.0",
  40. "vite": "^5.2.8",
  41. "vite-plugin-svg-icons": "^2.0.1",
  42. "vue-tsc": "^2.0.11"
  43. }
  44. }