ぼざクリ タグ広場 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.
 
 
 
 
 
 

54 lines
1.5 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. "@radix-ui/react-dialog": "^1.1.14",
  14. "@radix-ui/react-switch": "^1.2.5",
  15. "@radix-ui/react-toast": "^1.2.14",
  16. "axios": "^1.9.0",
  17. "class-variance-authority": "^0.7.1",
  18. "clsx": "^2.1.1",
  19. "humps": "^2.0.1",
  20. "lucide-react": "^0.511.0",
  21. "markdown-it": "^14.1.0",
  22. "react": "^19.1.0",
  23. "react-dom": "^19.1.0",
  24. "react-helmet": "^6.1.0",
  25. "react-markdown": "^10.1.0",
  26. "react-markdown-editor-lite": "^1.3.4",
  27. "react-router-dom": "^6.30.0",
  28. "tailwind-merge": "^3.3.0"
  29. },
  30. "devDependencies": {
  31. "@eslint/js": "^9.25.0",
  32. "@types/axios": "^0.9.36",
  33. "@types/react": "^19.1.2",
  34. "@types/react-dom": "^19.1.2",
  35. "@types/react-router-dom": "^5.3.3",
  36. "@vitejs/plugin-react": "^4.4.1",
  37. "autoprefixer": "^10.4.21",
  38. "eslint": "^9.25.0",
  39. "eslint-plugin-react-hooks": "^5.2.0",
  40. "eslint-plugin-react-refresh": "^0.4.19",
  41. "globals": "^16.0.0",
  42. "postcss": "^8.5.3",
  43. "tailwindcss": "^3.4.13",
  44. "typescript": "~5.8.3",
  45. "typescript-eslint": "^8.30.1",
  46. "vite": "^6.3.5"
  47. },
  48. "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
  49. "main": "eslint.config.js",
  50. "keywords": [],
  51. "author": "",
  52. "license": "ISC"
  53. }