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

58 lines
1.6 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. "tailwind-merge": "^3.3.0"
  31. },
  32. "devDependencies": {
  33. "@eslint/js": "^9.25.0",
  34. "@types/axios": "^0.14.4",
  35. "@types/markdown-it": "^14.1.2",
  36. "@types/node": "^24.0.13",
  37. "@types/react": "^19.1.2",
  38. "@types/react-dom": "^19.1.2",
  39. "@types/react-router-dom": "^5.3.3",
  40. "@vitejs/plugin-react": "^4.4.1",
  41. "autoprefixer": "^10.4.21",
  42. "eslint": "^9.25.0",
  43. "eslint-plugin-react-hooks": "^5.2.0",
  44. "eslint-plugin-react-refresh": "^0.4.19",
  45. "globals": "^16.0.0",
  46. "postcss": "^8.5.3",
  47. "tailwindcss": "^3.4.13",
  48. "typescript": "~5.8.3",
  49. "typescript-eslint": "^8.30.1",
  50. "vite": "^6.3.5"
  51. },
  52. "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
  53. "main": "eslint.config.js",
  54. "keywords": [],
  55. "author": "",
  56. "license": "ISC"
  57. }