-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 984 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
39
40
41
42
43
44
45
{
"name": "react-lazy-props",
"version": "1.0.2",
"description": "Lazyload component props with IntersectionObserver API",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "babel ./src --out-dir ./dist -s inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lionix-team/react-lazy-props"
},
"keywords": [
"react",
"reactjs",
"props",
"lazy",
"lazyload",
"viewport",
"observer",
"media"
],
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0"
},
"contributors": [
{
"name": "Lionix Team",
"email": "[email protected]"
},
{
"name": "Stas Vartanyan",
"email": "[email protected]"
}
],
"license": "MIT"
}