-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 963 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
{
"name": "infinite-scroll",
"version": "0.1.0",
"description": "infinite-scroll component with high performance",
"main": "./src/index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.conf.js",
"build": "webpack-cli --config webpack.prod.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garfileds/infiniteScroll.git"
},
"keywords": [
"infinite-scroll",
"performance",
"dom-recycle"
],
"author": "adoug",
"license": "MIT",
"bugs": {
"url": "https://github.com/garfileds/infiniteScroll/issues"
},
"homepage": "https://github.com/garfileds/infiniteScroll#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3"
}
}