You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
831 B

7 months ago
7 months ago
7 months ago
7 months ago
  1. {
  2. "name": "a1800",
  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"
  12. },
  13. "dependencies": {
  14. "pinia": "^2.3.0",
  15. "vant": "^4.9.16",
  16. "vue": "^3.5.13",
  17. "vue-router": "^4.5.0"
  18. },
  19. "devDependencies": {
  20. "@tsconfig/node22": "^22.0.0",
  21. "@types/node": "^22.10.2",
  22. "@vitejs/plugin-vue": "^5.2.1",
  23. "@vitejs/plugin-vue-jsx": "^4.1.1",
  24. "@vue/tsconfig": "^0.7.0",
  25. "autoprefixer": "^10.4.20",
  26. "npm-run-all2": "^7.0.2",
  27. "postcss": "^8.5.1",
  28. "tailwindcss": "^3.4.17",
  29. "typescript": "~5.6.3",
  30. "vite": "^6.0.5",
  31. "vite-plugin-vue-devtools": "^7.6.8",
  32. "vue-tsc": "^2.1.10"
  33. }
  34. }