front_gestalt/package.json

25 lines
469 B
JSON
Raw Normal View History

2025-01-07 18:30:21 +03:00
{
"name": "oopgen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-01-14 02:47:41 +03:00
"next": "^15.1.3",
2025-01-07 18:30:21 +03:00
"react": "^19.0.0",
2025-01-14 02:47:41 +03:00
"react-dom": "^19.0.0"
2025-01-07 18:30:21 +03:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
2025-01-14 02:47:41 +03:00
"tailwindcss": "^3.4.1",
"typescript": "^5"
2025-01-07 18:30:21 +03:00
}
}