36 lines
712 B
JSON
36 lines
712 B
JSON
{
|
|
"name": "payload-plugin-nested-pages",
|
|
"version": "0.0.3",
|
|
"description": "Nested pages plugin for Payload CMS",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"payload",
|
|
"cms",
|
|
"plugin",
|
|
"typescript",
|
|
"react",
|
|
"breadcrumbs",
|
|
"nested pages",
|
|
"parent pages"
|
|
],
|
|
"author": "dev@trbl.design",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"payload": "^0.15.6",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"payload": "^0.15.6",
|
|
"react": "^17.0.2",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|