feat: scaffold frontend pnpm monorepo with apps (admin, web) and shared packages (types, api-client, ui)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@wtfx/admin",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3100",
|
||||
"build": "next build",
|
||||
"start": "next start -p 3100"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wtfx/types": "workspace:*",
|
||||
"@wtfx/api-client": "workspace:*",
|
||||
"@wtfx/ui": "workspace:*",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"next": "^14.2.4",
|
||||
"ethers": "^6.13.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user