{
  "name": "@flippit/visage",
  "version": "0.1.29",
  "description": "Easily display Ready Player Me avatars and 3D on the web.",
  "author": "Ready Player Me",
  "keywords": [
    "react",
    "three",
    "threejs",
    "react-three-fiber",
    "ready-player-me",
    "3D",
    "avatars",
    "glb",
    "frontend"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/readyplayerme/visage.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/readyplayerme/visage/issues"
  },
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "files": [
    "dist"
  ],
  "types": "./dist/types.d.ts",
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "CI=true react-scripts test",
    "lint": "eslint .",
    "lint:fix": "eslint --fix",
    "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,json}' --config ./.prettierrc",
    "build-package": "rollup -c",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "prepare": "if [ -z $NO_HUSKY ]; then husky install; fi"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "npm run format",
      "npm run lint:fix"
    ]
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "peerDependencies": {
    "@react-three/drei": ">=9.79.3",
    "@react-three/fiber": ">=8.13.5",
    "@react-three/postprocessing": ">=2.15.0",
    "postprocessing": ">=6.32.2",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0",
    "suspend-react": ">=0.1.3",
    "three": ">=0.154.0",
    "three-stdlib": ">=2.23.13"
  },
  "devDependencies": {
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@commitlint/cli": "^17.6.7",
    "@commitlint/config-conventional": "^17.6.7",
    "@react-three/drei": "^9.79.3",
    "@react-three/fiber": "^8.13.5",
    "@react-three/postprocessing": "^2.15.0",
    "@react-three/test-renderer": "^8.2.0",
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-typescript": "^11.1.2",
    "@storybook/addon-actions": "^7.1.0",
    "@storybook/addon-essentials": "^7.1.0",
    "@storybook/addon-interactions": "^7.1.0",
    "@storybook/addon-links": "^7.1.0",
    "@storybook/node-logger": "^7.1.0",
    "@storybook/preset-create-react-app": "7.1.1",
    "@storybook/react": "7.1.1",
    "@storybook/react-webpack5": "7.1.1",
    "@storybook/testing-library": "^0.2.0",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.2",
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@types/testing-library__jest-dom": "^5.14.8",
    "@types/three": "^0.154.0",
    "@typescript-eslint/eslint-plugin": "^6.1.0",
    "@typescript-eslint/parser": "^6.1.0",
    "eslint": "^8.45.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^0.6.13",
    "husky": "^8.0.0",
    "identity-obj-proxy": "^3.0.0",
    "postprocessing": "^6.32.2",
    "prettier": "^3.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^5.0.1",
    "resize-observer-polyfill": "^1.5.1",
    "rollup": "^2.0.0",
    "rollup-plugin-dts": "^4.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "storybook": "next",
    "suspend-react": "0.1.3",
    "three": "^0.154.0",
    "three-stdlib": "^2.23.13",
    "typescript": "^4.1.6",
    "typescript-plugin-css-modules": "^5.0.1",
    "webpack": "^5.88.2"
  },
  "overrides": {
    "react-refresh": "0.11.0"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.6.0"
  },
  "volta": {
    "node": "18.0.0",
    "npm": "8.6.0"
  }
}
