19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"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"
|
|
}
|
|
} |