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
58 lines (58 loc) · 1.75 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.75 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
57
58
{
"name": "react-touch-loader",
"version": "1.1.2",
"description": "React component for web pull to refresh and load more, 下拉刷新, 加载更多",
"main": "./dist/react-touch-loader.js",
"DIST": "demo",
"scripts": {
"dev": "webpack-dev-server --hot --config build/webpack.dev.conf.js",
"build": "webpack -p --optimize-dedupe --progress --config build/webpack.prod.conf.js",
"deploy": "bash build/deploy.sh",
"build:release": "babel src --out-dir dist && cp src/*.less dist/",
"release": "bash build/release.sh",
"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": "^2.7.2",
"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"
}
}