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

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