{ "name": "razorshield-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "npx next dev", "build": "npx next build", "start": "npx next start", "lint": "npx next lint" }, "dependencies": { "@gradio/client": "^1.13.0", "clsx": "^2.1.1", "framer-motion": "^12.4.7", "lucide-react": "^0.475.0", "next": "^15.1.7", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.0.1" }, "devDependencies": { "@types/node": "^22.13.4", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "autoprefixer": "^10.4.20", "postcss": "^8.5.2", "tailwindcss": "^3.4.17", "typescript": "^5.7.3" } }