feat(web): add apps/web Next.js app src, tailwind, tsconfig and pages
This commit is contained in:
+15
-2
@@ -10,10 +10,23 @@
|
||||
"dependencies": {
|
||||
"@wtfx/types": "workspace:*",
|
||||
"@wtfx/api-client": "workspace:*",
|
||||
"@wtfx/contracts": "workspace:*",
|
||||
"@wtfx/ui": "workspace:*",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"next": "^14.2.4",
|
||||
"ethers": "^6.13.0"
|
||||
"ethers": "^6.13.0",
|
||||
"lucide-react": "^0.395.0",
|
||||
"clsx": "^2.1.1",
|
||||
"tailwind-merge": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.2",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.38",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user