提交学习笔记专用
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.

35 lines
844 B

3 weeks ago
  1. {
  2. "name": "hello_vue3",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "engines": {
  7. "node": "^20.19.0 || >=22.12.0"
  8. },
  9. "scripts": {
  10. "dev": "vite --open",
  11. "build": "run-p type-check \"build-only {@}\" --",
  12. "preview": "vite preview",
  13. "build-only": "vite build",
  14. "type-check": "vue-tsc --build"
  15. },
  16. "dependencies": {
  17. "axios": "^1.13.2",
  18. "nanoid": "^5.1.6",
  19. "pinia": "^3.0.3",
  20. "vue": "^3.5.22",
  21. "vue-router": "^4.6.3"
  22. },
  23. "devDependencies": {
  24. "@tsconfig/node22": "^22.0.2",
  25. "@types/node": "^22.18.11",
  26. "@vitejs/plugin-vue": "^6.0.1",
  27. "@vue/tsconfig": "^0.8.1",
  28. "npm-run-all2": "^8.0.4",
  29. "typescript": "~5.9.0",
  30. "vite": "^7.1.11",
  31. "vite-plugin-vue-devtools": "^8.0.3",
  32. "vite-plugin-vue-setup-extend": "^0.4.0",
  33. "vue-tsc": "^3.1.1"
  34. }
  35. }