UNPKG

@thebitbybit/craftjs-layers

Version:

A Photoshop-like layers panel for your page editor

47 lines (46 loc) 1.25 kB
{ "name": "@thebitbybit/craftjs-layers", "description": "A Photoshop-like layers panel for your page editor", "keywords": [ "wysiwyg", "html", "layers", "photoshop", "craftjs", "page-editor", "web-builder", "react" ], "version": "0.1.0-beta.17-bbb.1", "author": "Prev Wong <prevwong@gmail.com>", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "license": "MIT", "types": "./lib/index.d.ts", "scripts": { "start": "cross-env NODE_ENV=development ../../scripts/build.sh", "build": "cross-env NODE_ENV=production ../../scripts/build.sh", "clean": "rimraf lib dist" }, "repository": { "type": "git", "url": "https://github.com/prevwong/craft.js/" }, "bugs": { "url": "https://github.com/prevwong/craft.js/issues" }, "homepage": "https://github.com/prevwong/craft.js/", "dependencies": { "@craftjs/utils": "npm:@thebitbybit/craftjs-utils@0.1.0-beta.17-bbb.1", "styled-components": "4.2.1", "react-contenteditable": "3.3.2" }, "devDependencies": { "@babel/core": "7.7.4", "@svgr/rollup": "4.3.3" }, "peerDependencies": { "@craftjs/core": "npm:@thebitbybit/craftjs-core@0.1.0-beta.17-bbb.1", "react": "16.8.0" } }