33 lines
772 B
JSON
33 lines
772 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/contracts": "workspace:*",
|
|
"@wtfx/ui": "workspace:*",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"next": "^14.2.4",
|
|
"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"
|
|
}
|
|
}
|