46 lines
993 B
JSON
46 lines
993 B
JSON
{
|
|
"name": "@payloadcms/plugin-form-builder",
|
|
"version": "1.0.11",
|
|
"homepage:": "https://payloadcms.com",
|
|
"repository": "git@github.com:payloadcms/plugin-form-builder.git",
|
|
"description": "Form builder 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",
|
|
"forms",
|
|
"fields",
|
|
"form builder",
|
|
"payments"
|
|
],
|
|
"author": "dev@payloadcms.com",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"payload": "^0.18.5 || ^1.0.0",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/escape-html": "^1.0.1",
|
|
"payload": "^1.3.0",
|
|
"react": "^18.0.0",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types.js",
|
|
"types.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"deepmerge": "^4.2.2",
|
|
"escape-html": "^1.0.3"
|
|
}
|
|
}
|