mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
updated plasmic package to work with new hooks + added example
This commit is contained in:
26
examples/plasmic/package.json
Normal file
26
examples/plasmic/package.json
Normal file
@@ -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