forked from stratiformltd/react-loadable-visibility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 886 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
{
"name": "react-loadable-visibility",
"version": "2.5.0",
"description": "A wrapper around react-loadable for elements that are visible on the page",
"main": "lib/index.js",
"repository": "https://github.com/stratiformltd/react-loadable-visibility",
"author": "Tasveer Singh",
"license": "BSD-3-Clause",
"scripts": {
"build": "babel src --out-dir . --ignore __mocks__,__tests__",
"prepublish": "yarn run build",
"test": "jest"
},
"peerDependencies": {
"react": ">=15.4.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"enzyme": "^2.9.1",
"jest": "^20.0.4",
"loadable-components": "^0.2.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-loadable": "^4.0.3",
"react-test-renderer": "^15.6.1"
}
}