kevos-attire/frontend/package.json

56 lines
1.5 KiB
JSON

{
"name": "kevos-attire",
"version": "0.1.0",
"private": true,
"proxy": "http://192.168.50.107:5580/",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start -p 3003",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"@react-email/components": "^0.0.22",
"@react-email/tailwind": "^0.0.19",
"@reduxjs/toolkit": "^2.3.0",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"@types/stripe": "^8.0.417",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"framer-motion": "^11.11.10",
"lucide-react": "^0.427.0",
"next": "14.1.4",
"nodemailer": "^6.9.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"resend": "^3.5.0",
"sass": "^1.80.5",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/node": "^20.16.1",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}