124_webcalibre2/package.json

32 lines
722 B
JSON
Raw Permalink Normal View History

2026-01-04 05:05:48 +00:00
{
"name": "124_webcalibre2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2026-01-06 09:24:25 +00:00
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mui/material-nextjs": "^7.3.6",
2026-01-04 05:05:48 +00:00
"next": "16.1.1",
2026-01-06 02:40:21 +00:00
"next-auth": "^5.0.0-beta.30",
2026-01-04 05:05:48 +00:00
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"typescript": "^5"
}
}