First concept

This commit is contained in:
will
2026-04-02 19:13:46 +01:00
commit 1da5da43e1
9785 changed files with 2077949 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "william-march",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"geist": "^1.3.0"
},
"devDependencies": {
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^20",
"tailwindcss": "^3.4",
"autoprefixer": "^10",
"postcss": "^8"
}
}