cozynet/package.json

70 lines
1.9 KiB
JSON

{
"name": "artemisfrontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@react-spring/web": "^9.7.3",
"@types/bcrypt": "^5.0.2",
"@types/cookie": "^0.5.4",
"@types/js-cookie": "^3.0.5",
"@types/jsonwebtoken": "^9.0.5",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cookie": "^0.5.0",
"framer-motion": "^10.16.16",
"isbot": "^3.8.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.292.0",
"next": "14.0.1",
"next-client-cookies": "^1.0.6",
"next-themes": "^0.2.1",
"pnpm": "^8.11.0",
"react-circular-progressbar": "^2.1.0",
"react-hook-form": "^7.49.2",
"react-icons": "^4.12.0",
"react-select": "^5.8.0",
"react-switch": "^7.0.0",
"react-toastify": "^9.1.3",
"rg-stats": "^0.5.4",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.5",
"@types/react": "^18.2.38",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"daisyui": "^4.5.0",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.2"
}
}