@quillforms/blocklib-welcome-screen-block
Version:
Welcome screen block for quillforms
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "@quillforms/blocklib-welcome-screen-block",
"version": "3.0.49",
"description": "Welcome screen block for quillforms",
"author": "Mohamed Magdy <md.magdy.sa@gmail.com> (https://github.com/mdmag)",
"license": "GPL-2.0-or-later",
"keywords": [
"quillforms",
"welcome",
"screen",
"block"
],
"homepage": "https://github.com/quillforms/quillforms/tree/master/packages/blocklib-welcome-screen-block/README.md",
"repository": {
"type": "git",
"url": "https://github.com/quillforms/quillforms.git",
"directory": "packages/blocklib-welcome-screen-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",
"@quillforms/admin-components": "^3.0.36",
"@quillforms/renderer-core": "^5.9.0",
"classnames": "^2.3.1",
"emotion": "10.0.27",
"framer-motion": "^7.5.3",
"react-dnd": "15.1.2",
"tinycolor2": "^1.4.2"
},
"peerDependencies": {
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "09b17333cd0f0901aea702b7ad82a1464c148f76"
}