-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
63 lines (63 loc) · 1.71 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "react-pullload",
"version": "1.2.0",
"description": "React compopnent pull down refresh and pull up load more",
"main": "./dist/index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"example": "rm -rf ./demo/* & NODE_ENV=development webpack --config webpack.config.example.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-ld/react-pullLoad.git"
},
"keywords": [
"react",
"refresh",
"component",
"loadmore"
],
"author": "lidianhao123",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-ld/react-pullLoad/issues"
},
"files": [
"dist",
"example",
"src"
],
"homepage": "https://github.com/react-ld/react-pullLoad#readme",
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"css-loader": "^0.25.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-gh-pages": "[email protected]:tekd/gulp-gh-pages.git#update-dependency",
"gulp-less": "^3.3.2",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^2.22.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"postcss": "^5.2.4",
"postcss-loader": "^0.13.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "^0.13.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}