32 lines
715 B
JSON
32 lines
715 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": {
|
|
"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",
|
|
"semantic-ui-css": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^15.5.14",
|
|
"sass": "^1.77.8",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|