UNPKG

902 BJSONView Raw
1{
2 "name": "react-spring",
3 "version": "8.0.12",
4 "description": "A set of spring-physics based animation primitives",
5 "main": "web.cjs.js",
6 "module": "web.js",
7 "react-native": "native.js",
8 "private": false,
9 "sideEffects": false,
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/drcmda/react-spring.git"
13 },
14 "keywords": [
15 "react",
16 "motion",
17 "animated",
18 "animation",
19 "spring"
20 ],
21 "author": "Paul Henschel",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/drcmda/react-spring/issues"
25 },
26 "homepage": "https://github.com/drcmda/react-spring#readme",
27 "peerDependencies": {
28 "prop-types": "15.x.x",
29 "react": ">= 16.8.0",
30 "react-dom": ">= 16.8.0"
31 },
32 "dependencies": {
33 "@babel/runtime": "^7.3.1"
34 },
35 "collective": {
36 "type": "opencollective",
37 "url": "https://opencollective.com/react-spring"
38 }
39}