forked from franciscop/use-animation-frame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 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
{
"name": "use-animation-frame",
"version": "0.1.1",
"description": "A React hook to run requestAnimationFrame seamlessly",
"homepage": "https://github.com/franciscop/use-animation-frame#readme",
"repository": "https://github.com/franciscop/use-animation-frame.git",
"funding": {
"url": "https://www.paypal.me/franciscopresencia/19"
},
"author": "Francisco Presencia <public@francisco.io> (https://francisco.io/)",
"license": "MIT",
"scripts": {
"build": "webpack -c"
},
"keywords": [],
"main": "index.min.js",
"dependencies": {},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"regenerator-runtime": "^0.12.1",
"uglify-es": "^3.1.3",
"webpack": "^4.25.0",
"webpack-cli": "^3.1.2"
}
}