-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "iscroll-react",
"version": "1.0.3",
"description": "Encapsulating iScroll as a react component",
"main": "dist/iscroll-react.js",
"scripts": {
"build": "rm -rf dist&&webpack --config webpack.config.js --progress --colors",
"prepublish": "npm run build",
"examples": "webpack-dev-server --content-base examples/ --config examples/webpack.config.js --progress --colors --hot --inline",
"build-demo": "rm -rf demo&&export NODE_ENV=production&&webpack --config examples/webpack.config.prod.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/swenyang/react-iscroll.git"
},
"keywords": [
"react",
"iscroll",
"scroll",
"async",
"pull",
"down",
"to",
"refresh"
],
"author": "swenyang",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/swenyang/react-iscroll/issues"
},
"homepage": "/~https://github.com/swenyang/react-iscroll#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^2.19.0",
"iscroll": "^5.2.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^0.11.1"
}
}