{
  "name": "0g-editor",
  "version": "0.0.4",
  "description": "Runtime editor for 0g games",
  "main": "dist/index.js",
  "module": "./dist-esm/index.js",
  "typings": "./dist-esm/index.d.ts",
  "files": [
    "dist",
    "dist-esm"
  ],
  "repository": "https://github.com/a-type/0g",
  "author": "Grant Forrest <gaforres@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "0g": "0.0.2",
    "0g-react": "0.0.2",
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  },
  "devDependencies": {
    "0g": "link:../0g",
    "0g-react": "link:../react",
    "@babel/core": "^7.12.10",
    "@storybook/addon-actions": "^6.1.11",
    "@storybook/addon-essentials": "^6.1.11",
    "@storybook/addon-links": "^6.1.11",
    "@storybook/react": "^6.1.11",
    "@types/node": "^14.14.16",
    "@types/react": "17.0.0",
    "@types/react-dom": "^17.0.0",
    "babel-loader": "^8.2.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "dependencies": {
    "@modulz/radix-icons": "^3.3.0",
    "@radix-ui/react-context-menu": "^0.0.1",
    "@radix-ui/react-dialog": "^0.0.1",
    "@radix-ui/react-dropdown-menu": "^0.0.1",
    "@radix-ui/react-switch": "^0.0.1",
    "@radix-ui/react-tabs": "^0.0.1",
    "@react-spring/web": "^9.0.0-rc.3",
    "@stitches/react": "0.0.3-canary.4",
    "resize-observer-polyfill": "^1.5.1",
    "zustand": "^3.2.0"
  },
  "scripts": {
    "build:cjs": "tsc",
    "build:esm": "tsc -m es6 --outDir dist-esm",
    "build": "concurrently \"yarn build:cjs\" \"yarn build:esm\"",
    "dev:cjs": "tsc --watch",
    "dev:esm": "tsc -m es6 --outDir dist-esm --watch",
    "dev": "concurrently \"yarn dev:cjs\" \"yarn dev:esm\"",
    "prepublishOnly": "yarn build",
    "release": "npm publish --access public --registry https://registry.npmjs.org",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  }
}
