ぼざクリ タグ広場 https://hub.nizika.monster
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.
 
 
 
 
 
 

42 lines
1.1 KiB

  1. {
  2. "name": "frontend",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "axios": "^1.9.0",
  14. "react": "^19.1.0",
  15. "react-dom": "^19.1.0",
  16. "react-router-dom": "^6.30.0"
  17. },
  18. "devDependencies": {
  19. "@eslint/js": "^9.25.0",
  20. "@types/axios": "^0.9.36",
  21. "@types/react": "^19.1.2",
  22. "@types/react-dom": "^19.1.2",
  23. "@types/react-router-dom": "^5.3.3",
  24. "@vitejs/plugin-react": "^4.4.1",
  25. "autoprefixer": "^10.4.21",
  26. "eslint": "^9.25.0",
  27. "eslint-plugin-react-hooks": "^5.2.0",
  28. "eslint-plugin-react-refresh": "^0.4.19",
  29. "globals": "^16.0.0",
  30. "postcss": "^8.5.3",
  31. "tailwindcss": "^3.4.13",
  32. "typescript": "~5.8.3",
  33. "typescript-eslint": "^8.30.1",
  34. "vite": "^6.3.5"
  35. },
  36. "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
  37. "main": "eslint.config.js",
  38. "keywords": [],
  39. "author": "",
  40. "license": "ISC"
  41. }