1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/package.json

29 lines
614 B
JSON
Raw Normal View History

2022-05-20 11:59:24 +00:00
{
"name": "festa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-05-20 17:31:50 +00:00
"@prisma/client": "3.14.0",
2022-05-20 11:59:24 +00:00
"next": "12.1.6",
2022-05-25 14:20:22 +00:00
"next-i18next": "^11.0.0",
2022-05-20 12:20:45 +00:00
"prisma": "^3.14.0",
2022-05-20 11:59:24 +00:00
"react": "18.1.0",
"react-dom": "18.1.0",
"react-telegram-login": "^1.1.2"
2022-05-20 11:59:24 +00:00
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "4.6.4"
}
}