forked from Broltes/react-touch-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.7 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.7 KB
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
{
"name": "react-touch-loader",
"version": "1.0.2",
"description": "React component for web pull to refresh and load more, 下拉刷新, 加载更多",
"main": "./lib/react-touch-loader.js",
"scripts": {
"dev": "webpack-dev-server --hot --config webpack.dev.config.js",
"demos": "webpack -p --optimize-dedupe --progress --config webpack.demos.config.js",
"clean:demos": "rm -rf ../github.io/tloader",
"clean:lib": "rm -rf lib/",
"build": "babel src --out-dir lib && cp src/*.less lib/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Broltes/react-touch-loader.git"
},
"keywords": [
"pull-to-refresh",
"load-more",
"下拉刷新",
"加载更多",
"react",
"refresh"
],
"author": "Broltes",
"license": "MIT",
"bugs": {
"url": "https://github.com/Broltes/react-touch-loader/issues"
},
"homepage": "https://github.com/Broltes/react-touch-loader#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-cli": "^6.9.0",
"babel-core": "~6.9.1",
"babel-loader": "~6.2.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "~6.9.1",
"babel-preset-es2015": "~6.9.0",
"babel-preset-react": "~6.5.0",
"css-loader": "~0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.19.0",
"less-loader": "^2.2.3",
"postcss-loader": "^0.9.1",
"react": "~15.1.0",
"react-dom": "~15.1.0",
"react-hot-loader": "~1.3.0",
"style-loader": "~0.13.1",
"webpack": "~1.13.1",
"webpack-dev-server": "~1.14.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}