{
  "name": "@ws-ui/craftjs-layers",
  "description": "A Photoshop-like layers panel for your page editor",
  "keywords": [
    "wysiwyg",
    "html",
    "layers",
    "photoshop",
    "craftjs",
    "page-editor",
    "web-builder",
    "react"
  ],
  "files": [
    "dist",
    "lib",
    "package.json"
  ],
  "version": "0.2.5",
  "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",
    "postbuild": "yalc push --changed",
    "dev:yalc": "../../scripts/yalc.sh",
    "dev:yalc:win": "nodemon --watch src -x \"npx tsc --skipLibCheck --emitDeclarationOnly & npx rollup -c rollup.config.js & yalc push\"",
    "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": {
    "@ws-ui/craftjs-utils": "^0.2.1",
    "react-contenteditable": "^3.3.3"
  },
  "devDependencies": {
    "@babel/core": "7.7.4",
    "@svgr/rollup": "6.5.1",
    "@types/react": "^18.3.2",
    "styled-components": "4.2.1"
  },
  "peerDependencies": {
    "@ws-ui/craftjs-core": ">=0.2.1",
    "react": "^16.8.0 || ^17 || ^18",
    "styled-components": ">= 4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}