-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 748 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 748 Bytes
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
{
"name": "react-dimensions-hook",
"version": "1.0.3",
"description": "Measure React elements live using hooks ",
"main": "dist/index.js",
"scripts": {
"prepublish": "tsc"
},
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/cubonacci/react-dimensions-hook.git"
},
"author": "Cubonacci",
"license": "ISC",
"bugs": {
"url": "https://github.com/cubonacci/react-dimensions-hook/issues"
},
"homepage": "https://github.com/cubonacci/react-dimensions-hook#readme",
"dependencies": {
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@types/react": "^16.9.2",
"typescript": "^3.6.3"
},
"peerDependencies": {
"react": "^16.8.0"
}
}