Initial commit

This commit is contained in:
2025-11-05 17:03:35 -07:00
commit 5ae6b8b45f
32 changed files with 2030 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "lncvrt-games-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"next": "16.0.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"swiper": "^12.0.3"
},
"devDependencies": {
"typescript": "5.9.3",
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@tailwindcss/postcss": "4.1.16",
"tailwindcss": "4.1.16",
"eslint": "9.39.1",
"eslint-config-next": "16.0.1"
}
}