misc: move files to root

This commit is contained in:
2026-04-15 17:29:11 -04:00
Unverified
parent 19aff04e60
commit c72bd9fff6
34 changed files with 127 additions and 15 deletions

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "connect4-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"lucide-react": "^1.8.0",
"next": "15.2.4",
"react": "^19.0.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"postcss": "^8",
"prettier": "^3.8.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}