{ "name": "crss-website", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@aws-sdk/client-s3": "^3.637.0", "@icons-pack/react-simple-icons": "^10.0.0", "@svgr/webpack": "^8.1.0", "bcrypt": "^5.1.1", "cookie": "^0.6.0", "framer-motion": "^11.3.31", "jose": "^5.8.0", "lucide-react": "^0.429.0", "mysql2": "^3.11.0", "next": "14.2.6", "nodejs-snowflake": "^2.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", "showdown": "^2.1.0", "ua-parser-js": "^1.0.38" }, "devDependencies": { "@types/cookie": "^0.6.0", "@types/node": "^20.16.2", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", "@types/ua-parser-js": "^0.7.39", "eslint": "^8.57.0", "eslint-config-next": "14.2.6", "sass": "^1.77.8", "typescript": "^5.5.4" } }