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.

23 lines
453 B

1 month ago
  1. {
  2. "name": "ex1",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "axios": "^1.8.4",
  13. "nanoid": "^5.1.5",
  14. "vue": "^3.5.13"
  15. },
  16. "devDependencies": {
  17. "@vitejs/plugin-vue": "^5.2.1",
  18. "@vue/tsconfig": "^0.7.0",
  19. "typescript": "~5.7.2",
  20. "vite": "^6.2.0",
  21. "vue-tsc": "^2.2.4"
  22. }
  23. }