labyrinth-frontend/package.json

26 lines
506 B
JSON
Raw Normal View History

2023-04-14 02:01:55 +02:00
{
2024-12-26 17:38:31 +01:00
"name": "a-maze-r",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
2023-04-14 02:01:55 +02:00
"dependencies": {
2024-12-24 04:12:42 +01:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2024-12-26 17:38:31 +01:00
"next": "15.1.2"
2023-04-14 02:01:55 +02:00
},
"devDependencies": {
2024-12-26 17:38:31 +01:00
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"@eslint/eslintrc": "^3"
2023-04-14 02:01:55 +02:00
}
}