{
  "name": "@buerli.io/react-cad",
  "version": "1.0.1",
  "description": "buerli CAD components",
  "author": "AWV Informatik AG <info@awv-informatik.ch>",
  "repository": {},
  "main": "build/index.cjs.js",
  "module": "build/index.js",
  "types": "build/index.d.ts",
  "//": "Check https://github.com/rollup/plugins/issues/67",
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "build": "rimraf ./build && rollup -c",
    "postbuild": "tsc --emitDeclarationOnly",
    "test": "jest --silent",
    "testVerbose": "jest",
    "lint": "eslint \"./src/**/*.ts?(x)\"",
    "prettify": "prettier --write \"./{src,tests}/**/*.{js,jsx,ts,tsx,json}\""
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "license": "ISC",
  "devDependencies": {
    "@ant-design/icons": "^4.7.0",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.10.4",
    "@buerli.io/icons": "^1.0.18",
    "@react-three/drei": "9.92.3",
    "@react-three/fiber": "8.15.14",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-image": "^2.1.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@testing-library/jest-dom": "^5.11.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^29.1.2",
    "@types/node": "^11.13.8",
    "@types/path-browserify": "^1.0.0",
    "@types/react": "18.0.0",
    "@types/styled-components": "^5.1.14",
    "@types/three": "^0.152.1",
    "@types/uuid": "^3.4.5",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "babel-jest": "^26.1.0",
    "babel-plugin-module-resolver": "^4.0.0",
    "babel-plugin-transform-import-meta": "^2.2.1",
    "babel-polyfill": "^6.26.0",
    "eslint": "8.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-formatter-codeframe": "^7.32.1",
    "eslint-plugin-no-only-tests": "^2.6.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "4.2.1",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "4.3.7",
    "immer": "^7.0.7",
    "jest": "^29.1.2",
    "jest-environment-jsdom": "^29.1.2",
    "lint-staged": "10.5.3",
    "postcss": "^8.2.14",
    "prettier": "^3.0.0",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "react-test-renderer": "^16.13.1",
    "rimraf": "^2.6.3",
    "rollup": "^2.56.2",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-terser": "^7.0.2",
    "three": "^0.153",
    "typescript": "4.8.4"
  },
  "peerDependencies": {
    "@react-three/drei": ">=9.92.3",
    "@react-three/fiber": ">=8.15.14",
    "react": ">=18.0",
    "three": ">=0.153"
  },
  "dependencies": {
    "@buerli.io/classcad": "1.0.1",
    "@buerli.io/react": "1.0.1",
    "@dnd-kit/core": "^6.0.8",
    "@dnd-kit/modifiers": "^6.0.1",
    "@dnd-kit/sortable": "^7.0.2",
    "@react-three/postprocessing": "2.15.0",
    "antd": "^4.23.4",
    "dompurify": "^3.2.6",
    "path-browserify": "^1.0.1",
    "postprocessing": "6.33.0",
    "react-colorful": "^5.3.0",
    "react-uid": "^2.3.1",
    "styled-components": "^5.3.1",
    "three-rounded-box": "^0.1.1",
    "uuid": "^9.0.0",
    "zustand": "^4.1.4"
  }
}
