{
  "_from": "react-spring@^9.5.5",
  "_id": "react-spring@9.7.2",
  "_inBundle": false,
  "_integrity": "sha512-cckALtj79yiaJiAOUNAhtZbdqjvv1bdn/FpobgkckIChc8l6vu0E53WQ+zWru60gINI3JT+oRJSIn2hUVlOvlQ==",
  "_location": "/react-spring",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-spring@^9.5.5",
    "name": "react-spring",
    "escapedName": "react-spring",
    "rawSpec": "^9.5.5",
    "saveSpec": null,
    "fetchSpec": "^9.5.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-spring/-/react-spring-9.7.2.tgz",
  "_shasum": "218360d0ca53d04d8faac984f0d8683819b967b4",
  "_spec": "react-spring@^9.5.5",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Paul Henschel"
  },
  "bugs": {
    "url": "https://github.com/pmndrs/react-spring/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@react-spring/core": "~9.7.3",
    "@react-spring/konva": "~9.7.3",
    "@react-spring/native": "~9.7.3",
    "@react-spring/three": "~9.7.3",
    "@react-spring/web": "~9.7.3",
    "@react-spring/zdog": "~9.7.3"
  },
  "deprecated": false,
  "description": "<p align=\"center\">   <img src=\"https://i.imgur.com/QZownhg.png\" width=\"240\" /> </p>",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/react-spring.modern.d.ts",
      "import": "./dist/react-spring.modern.mjs",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/pmndrs/react-spring#readme",
  "keywords": [
    "animated",
    "animation",
    "hooks",
    "motion",
    "react",
    "react-native",
    "spring",
    "typescript",
    "velocity"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "maintainers": [
    {
      "name": "Josh Ellis",
      "url": "https://github.com/joshuaellis"
    }
  ],
  "module": "./dist/react-spring.legacy-esm.js",
  "name": "react-spring",
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmndrs/react-spring.git"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "dev": "tsup --watch",
    "lint": "TIMING=1 eslint \"src/**/*.ts*\"",
    "pack": "yarn pack"
  },
  "types": "./dist/react-spring.modern.d.ts",
  "version": "9.7.2"
}
