@quillforms/blocklib-multiple-choice-block
Version:
Multiple choice block for quillforms
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "@quillforms/blocklib-multiple-choice-block",
"version": "4.0.4",
"description": "Multiple choice block for quillforms",
"author": "Mohamed Magdy <md.magdy.sa@gmail.com> (https://github.com/mdmag)",
"license": "GPL-2.0-or-later",
"keywords": [
"quillforms",
"multiple",
"choice",
"block"
],
"homepage": "https://github.com/quillforms/quillforms/tree/master/packages/blocklib-multiple-choice-block/README.md",
"repository": {
"type": "git",
"url": "https://github.com/quillforms/quillforms.git",
"directory": "packages/quillforms-multiple-choice-block"
},
"bugs": {
"url": "https://github.com/quillforms/quillforms/issues"
},
"main": "build/index.js",
"module": "build-module/index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.16.0",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@quillforms/admin-components": "^4.0.4",
"@quillforms/renderer-core": "^6.2.0",
"@quillforms/utils": "^4.0.4",
"classnames": "^2.3.1",
"react-dnd": "15.1.2",
"tinycolor2": "^1.4.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": false
},
"react-dom": {
"optional": false
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "50abe92c5e7c056add2d51383e318ea5597219be"
}