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

63 lines
1.8 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. "postbuild": "node scripts/generate-sitemap.js",
  10. "lint": "eslint .",
  11. "preview": "vite preview"
  12. },
  13. "dependencies": {
  14. "@fontsource-variable/noto-sans-jp": "^5.2.9",
  15. "@radix-ui/react-dialog": "^1.1.14",
  16. "@radix-ui/react-switch": "^1.2.5",
  17. "@radix-ui/react-toast": "^1.2.14",
  18. "@tanstack/react-query": "^5.90.2",
  19. "axios": "^1.10.0",
  20. "camelcase-keys": "^9.1.3",
  21. "class-variance-authority": "^0.7.1",
  22. "clsx": "^2.1.1",
  23. "framer-motion": "^12.23.22",
  24. "humps": "^2.0.1",
  25. "lucide-react": "^0.511.0",
  26. "markdown-it": "^14.1.0",
  27. "react": "^19.1.0",
  28. "react-dom": "^19.1.0",
  29. "react-helmet-async": "^2.0.5",
  30. "react-markdown": "^10.1.0",
  31. "react-markdown-editor-lite": "^1.3.4",
  32. "react-router-dom": "^6.30.1",
  33. "react-youtube": "^10.1.0",
  34. "remark-gfm": "^4.0.1",
  35. "tailwind-merge": "^3.3.0"
  36. },
  37. "devDependencies": {
  38. "@eslint/js": "^9.25.0",
  39. "@types/axios": "^0.14.4",
  40. "@types/markdown-it": "^14.1.2",
  41. "@types/node": "^24.0.13",
  42. "@types/react": "^19.1.2",
  43. "@types/react-dom": "^19.1.2",
  44. "@types/react-router-dom": "^5.3.3",
  45. "@vitejs/plugin-react": "^4.4.1",
  46. "autoprefixer": "^10.4.21",
  47. "eslint": "^9.25.0",
  48. "eslint-plugin-react-hooks": "^5.2.0",
  49. "eslint-plugin-react-refresh": "^0.4.19",
  50. "globals": "^16.0.0",
  51. "postcss": "^8.5.3",
  52. "tailwindcss": "^3.4.13",
  53. "typescript": "~5.8.3",
  54. "typescript-eslint": "^8.30.1",
  55. "vite": "^6.3.5"
  56. },
  57. "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
  58. "main": "eslint.config.js",
  59. "keywords": [],
  60. "author": "",
  61. "license": "ISC"
  62. }