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

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