-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 839 Bytes
/
package.json
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": "react-hook-size",
"version": "1.3.5",
"description": "React hook to handle DOM element size",
"main": "dist/index.js",
"homepage": "https://github.com/infodusha/react-hook-size#readme",
"repository": {
"type": "git",
"url": "https://github.com/infodusha/react-hook-size"
},
"scripts": {
"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"use",
"hook",
"size",
"resize"
],
"author": "infodusha <[email protected]>",
"license": "ISC",
"dependencies": {
"resize-observer-polyfill": "^1.5.1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3"
}
}