mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
27 lines
555 B
JSON
27 lines
555 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|