mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
fix: add missing packages
This commit is contained in:
parent
551b59d05c
commit
fb67300f55
@ -350,6 +350,7 @@ export async function init() {
|
||||
|
||||
// Add dependencies
|
||||
packageJson.dependencies = {
|
||||
"@farcaster/auth-client": "^0.3.0",
|
||||
"@farcaster/auth-kit": "^0.6.0",
|
||||
"@farcaster/frame-core": "^0.0.29",
|
||||
"@farcaster/frame-node": "^0.0.18",
|
||||
@ -362,6 +363,7 @@ export async function init() {
|
||||
"clsx": "^2.1.1",
|
||||
"dotenv": "^16.4.7",
|
||||
"lucide-react": "^0.469.0",
|
||||
"mipd": "^0.0.7",
|
||||
"next": "15.0.3",
|
||||
"next-auth": "^4.24.11",
|
||||
"react": "^18",
|
||||
@ -369,7 +371,8 @@ export async function init() {
|
||||
"tailwind-merge": "^2.6.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"viem": "^2.23.6",
|
||||
"wagmi": "^2.14.12"
|
||||
"wagmi": "^2.14.12",
|
||||
"zod": "^3.24.2"
|
||||
};
|
||||
|
||||
packageJson.devDependencies = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user