56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "yoga-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack -p 4081",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"copy-strapi-types": "bash copy-strapi-types.sh"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@strapi/database": "^5.10.3",
|
|
"@types/aos": "^3.0.7",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/ityped": "^1.0.3",
|
|
"@types/pg": "^8.11.10",
|
|
"@types/qs": "^6.9.18",
|
|
"@types/react-slick": "^0.23.13",
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"ajv-i18n": "^4.2.0",
|
|
"aos": "^2.3.4",
|
|
"bcryptjs": "^2.4.3",
|
|
"bootstrap": "^4.6.2",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^16.4.7",
|
|
"ityped": "^1.0.3",
|
|
"next": "15.1.3",
|
|
"nodemailer": "^6.10.0",
|
|
"pg": "^8.13.1",
|
|
"qs": "^6.14.0",
|
|
"react": "^19.0.0",
|
|
"react-bootstrap": "^2.10.9",
|
|
"react-dom": "^19.0.0",
|
|
"react-slick": "^0.30.3",
|
|
"slick-carousel": "^1.8.1",
|
|
"validator": "^13.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^20.17.47",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.3",
|
|
"sass": "^1.83.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|