39 lines
1,014 B
JSON
39 lines
1,014 B
JSON
{
|
|
"name": "finlion-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.14.2",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
"@headlessui/react": "^2.2.9",
|
|
"@types/nodemailer": "^7.0.4",
|
|
"@upstash/redis": "^1.35.8",
|
|
"framer-motion": "12.23.26",
|
|
"lucide-react": "^0.561.0",
|
|
"next": "16.0.10",
|
|
"nodemailer": "^7.0.11",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-icons": "^5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/node": "^25.0.2",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/parser": "^8.49.0",
|
|
"autoprefixer": "^10.4.23",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "16.0.10",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|