63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "social-buddy",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 7001",
|
|
"build": "next build",
|
|
"start": "next start -p 7001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@headlessui/react": "^2.1.2",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
"@stripe/stripe-js": "^8.5.3",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@types/node": "^22.4.0",
|
|
"@types/react": "18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"axios": "^1.13.2",
|
|
"baseline-browser-mapping": "^2.9.14",
|
|
"bcrypt": "^6.0.0",
|
|
"caniuse-lite": "^1.0.30001763",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-next": "14.2.13",
|
|
"i18next": "^23.13.0",
|
|
"install": "^0.13.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lucide-react": "^0.553.0",
|
|
"next": "14.2.13",
|
|
"ni18n": "^1.0.5",
|
|
"nodemailer": "^7.0.11",
|
|
"npm": "^11.7.0",
|
|
"react": "18.3.1",
|
|
"react-animate-height": "^3.1.0",
|
|
"react-dom": "18.3.1",
|
|
"react-i18next": "^15.0.2",
|
|
"react-icons": "^5.5.0",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-popper": "^2.3.0",
|
|
"react-redux": "^9.1.2",
|
|
"sweetalert2": "^11.26.10",
|
|
"typescript": "^5.3.3",
|
|
"universal-cookie": "^7.2.0",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@types/bcrypt": "^6.0.0",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/lodash": "^4.17.10",
|
|
"@types/nodemailer": "^7.0.4",
|
|
"@types/react-redux": "^7.1.32",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.35",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|