-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.98 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.98 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "react-practice",
"author": "chenbin",
"main": "main.js",
"scripts": {
"start": "node main.js",
"build": "NODE_ENV=production webpack",
"dev": "webpack-dev-server -d --inline --host 0.0.0.0 --port 8181 --history-api-fallback"
},
"version": "1.0.0",
"license": "ISC",
"description": "",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.9.0",
"cleave.js": "^0.7.14",
"iscroll": "^5.2.0",
"isomorphic-fetch": "^2.2.1",
"lib-flexible": "^0.3.2",
"lodash": "^4.16.6",
"material-ui": "^0.16.4",
"mobi.css": "^1.1.0",
"moment": "^2.14.1",
"normalize.css": "^5.0.0",
"react": "^15.1.0",
"react-addons-shallow-compare": "^15.3.2",
"react-datetime": "^2.4.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.1.0",
"react-grid-layout": "^0.13.9",
"react-icon-base": "^2.0.4",
"react-icons": "^2.2.3",
"react-iscroll": "^1.1.1",
"react-media": "^1.2.1",
"react-motion": "^0.4.7",
"react-rating": "^0.6.3",
"react-redux": "^4.4.5",
"react-responsive-carousel": "^3.0.21",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.5",
"react-slick": "^0.14.5",
"react-sortable-hoc": "^0.4.5",
"react-swipeable-views": "file:///Users/chenbin/Documents/codes/react-swipeable-views/packages/react-swipeable-views",
"react-swipeable-views-core": "file:///Users/chenbin/Documents/codes/react-swipeable-views/packages/react-swipeable-views-core",
"react-tap-event-plugin": "^2.0.1",
"react-virtualized": "^8.4.1",
"react-weui": "^1.0.3",
"redux": "^3.5.2",
"redux-form": "^6.3.2",
"redux-form-material-ui": "^4.1.2",
"reselect": "^2.5.3",
"sanitize.css": "^4.1.0",
"slick-carousel": "^1.6.0",
"weui": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"css-loader": "^0.26.1",
"eslint": "^3.1.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.1.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.21.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"node-sass": "^3.11.2",
"postcss-loader": "^1.2.0",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-inspector": "^0.9.4",
"redux-devtools-log-monitor": "^1.0.11",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vconsole": "^2.5.2",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.14.1"
}
}