-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 966 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
37
38
{
"name": "element-rect-observer",
"version": "0.1.8",
"description": "",
"main": "dist/resizeObserver.js",
"scripts": {
"dist": "babel src/ -d dist/ --only resizeObserver.js",
"prepublishOnly": "yarn dist",
"format": "sagui format",
"start": "sagui develop --port 3000",
"test": "jest"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/batata-frita/element-rect-observer.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/batata-frita/element-rect-observer/issues"
},
"homepage": "https://github.com/batata-frita/element-rect-observer#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"jest": "^21.2.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"sagui": "^11.4.3"
},
"dependencies": {
"raf-debounce": "^0.1.1"
}
}