28 lines
590 B
JSON
28 lines
590 B
JSON
{
|
|
"name": "lncvrt-games-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.1.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"swiper": "12.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.9.3",
|
|
"@types/node": "25.0.3",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"@tailwindcss/postcss": "4.1.18",
|
|
"tailwindcss": "4.1.18",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-next": "16.1.1"
|
|
}
|
|
}
|