-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 KB
/
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
{
"name": "react-scroll-loader",
"version": "0.0.4",
"description": "",
"main": "lib/infinite.js",
"scripts": {
"build": "npm run build-library && npm run build-script",
"build-library": "NODE_ENV=production webpack --config webpack.config.js",
"build-script": "NODE_ENV=production TYPE=script webpack --config webpack.config.js",
"prepublish": "npm run build"
},
"peerDependencies": {
"react": ">=0.12.0 <16.0.0"
},
"dependencies": {
"lodash": "^4.17.2"
},
"devDependencies": {
"babel-core": "6.18.2",
"babel-loader": "6.2.8",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"url-loader": "^0.5.7",
"webpack": "1.13.3"
},
"repository": {
"type": "git",
"url": "/~https://github.com/gragland/react-scroll-loader"
},
"author": "Gabe Ragland <gabe.ragland@gmail.com>",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/gragland/react-scroll-loader/issues"
},
"keywords": [
"react",
"component",
"scroll",
"loader",
"infinite"
],
"homepage": ""
}