35 lines
806 B
JSON
35 lines
806 B
JSON
{
|
|
"name": "catherine-league-nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.3",
|
|
"dotenv": "^16.4.5",
|
|
"i18next": "^23.10.1",
|
|
"mysql2": "^3.11.0",
|
|
"next": "^15.5.14",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^14.1.0",
|
|
"react-youtube": "^10.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"autoprefixer": "^10.4.27",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^15.5.14",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|