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

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