{ "name": "ai-prompts-explorer", "version": "2.0.0", "description": "Modern web interface for exploring AI tool system prompts", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "dependencies": { "next": "^15.0.3", "react": "^19.0.0", "react-dom": "^19.0.0", "framer-motion": "^11.5.4", "lucide-react": "^0.446.0", "clsx": "^2.1.1", "tailwind-merge": "^2.5.2", "next-themes": "^0.3.0", "zustand": "^4.5.5", "react-wrap-balancer": "^1.1.1" }, "devDependencies": { "@types/node": "^22.7.5", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.6.3", "tailwindcss": "^3.4.13", "postcss": "^8.4.47", "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-config-next": "^15.0.3" }, "engines": { "node": ">=22.0.0", "npm": ">=10.0.0" } }