react-spring
Version:
<p align="center"> <img src="https://i.imgur.com/QZownhg.png" width="240" /> </p>
67 lines • 1.68 kB
JSON
{
"name": "react-spring",
"version": "10.0.4",
"module": "./dist/react-spring.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring.modern.d.mts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/react-spring.modern.d.mts",
"default": "./dist/react-spring.modern.mjs"
},
"require": {
"types": "./dist/cjs/react-spring.development.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pmndrs/react-spring.git"
},
"homepage": "https://github.com/pmndrs/react-spring#readme",
"keywords": [
"animated",
"animation",
"hooks",
"motion",
"react",
"react-native",
"spring",
"typescript",
"velocity"
],
"license": "MIT",
"author": "Paul Henschel",
"maintainers": [
"Josh Ellis (https://github.com/joshuaellis)"
],
"publishConfig": {
"provenance": true
},
"dependencies": {
"@react-spring/core": "~10.1.0",
"@react-spring/konva": "~10.1.0",
"@react-spring/native": "~10.1.0",
"@react-spring/three": "~10.1.0",
"@react-spring/web": "~10.1.0",
"@react-spring/zdog": "~10.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"scripts": {
"build": "rm -rf dist && tsdown",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsdown --watch",
"pack": "pnpm pack && mv *.tgz package.tgz"
}
}