mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
updated plasmic package to work with new hooks + added example
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "plasmic-nextjs",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@plasmicapp/loader-nextjs": "^1.0.409",
|
||||
"bknd": "workspace:*",
|
||||
"@bknd/plasmic": "workspace:*",
|
||||
"next": "15.0.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"postcss": "^8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user