Initial commit: UlHub workspace

This commit is contained in:
ulhub
2026-07-12 01:09:33 +00:00
commit ed2fae9455
931 changed files with 142973 additions and 0 deletions

24
web/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "ulhub-web",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.5",
"react": "18.3.0",
"react-dom": "18.3.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.5",
"typescript": "^5.5.0"
}
}