UNPKG

react-blocks-editor

Version:

Embed the Blocks Editor anywhere using a React component.

62 lines (61 loc) 1.74 kB
{ "name": "react-blocks-editor", "version": "0.3.1", "description": "Embed the Blocks Editor anywhere using a React component.", "author": "Ryan Vandersmith", "license": "MIT", "repository": "https://github.com/Blocks-Editor/react-blocks-editor", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", "engines": { "node": ">=10" }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "test": "run-s test:unit test:build && cd example && run-s build", "test:build": "run-s build", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom" }, "peerDependencies": { "react": "^18" }, "devDependencies": { "@cfaester/enzyme-adapter-react-18": "^0.7.0", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/enzyme": "^3.10.13", "@types/jest": "^27.4.0", "@types/node": "^17.0.8", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "cross-env": "^7.0.3", "enzyme": "^3.11.0", "jest-enzyme": "^7.1.2", "jest-fail-on-console": "^2.1.1", "microbundle-crl": "^0.13.11", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "query-string": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "typescript": "^4.5.4" }, "files": [ "dist" ], "keywords": [ "React", "Smart Contract", "Motoko", "Canister", "Dfinity", "Internet Computer", "Blockchain" ] }