{
  "name": "three-js-editor-react-2",
  "version": "1.0.36",
  "description": "Three js editor inside React",
  "homepage": "https://github.com/BaurTokenov/three-js-editor-2",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "build": "tsc && cp -R ./src/editor/images ./dist/editor && cp ./src/index.d.ts ./dist"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.182",
    "@types/node": "^17.0.34",
    "@types/react": ">=17.0.5",
    "@types/react-dom": ">=17.0.4",
    "@types/three": "^0.140.0",
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2",
    "typescript": ">=4.2.4"
  },
  "peerDependencies": {
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  },
  "files": [
    "/dist",
    "package.json"
  ],
  "dependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "lodash": "^4.17.21",
    "signals": "^1.0.0",
    "three": "^0.140.2"
  }
}
