-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
30 lines (30 loc) · 907 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": "3.0.2",
"description": "A wrapper around react-loadable for elements that are visible on the page",
"main": "index.js",
"repository": "https://github.com/stratiformltd/react-loadable-visibility",
"author": "Tasveer Singh",
"license": "BSD-3-Clause",
"scripts": {
"build": "babel src --out-dir . --ignore \"src/**/__mocks__\",\"src/**/__tests__\"",
"prepublish": "yarn run build",
"test": "jest"
},
"peerDependencies": {
"react": ">=16.8.6"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@loadable/component": "^5.12.0",
"@testing-library/react": "^9.4.0",
"jest": "^24.8.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-loadable": "^5.5.0"
}
}