-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@play-when-visible/react-spring",
"version": "1.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/play-when-visible/react-spring.git",
"author": "Im-Stevemmmmm <estebangarcia2121@gmail.com>",
"license": "MIT",
"keywords": [
"react spring",
"react"
],
"scripts": {
"build": "rollup --config",
"test": "jest"
},
"dependencies": {
"react-intersection-observer": "^8.31.0"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"react-spring": "^8.0.27"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.19",
"@types/react": "^17.0.0",
"eslint": "^7.17.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-spring": "^8.0.27",
"rollup": "^2.35.1",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
}
}