-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 3.6 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 3.6 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run start:dev",
"start:dev": "webpack-dev-server --inline --content-base public/ --history-api-fallback",
"start:prod": "webpack -p && node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^3.2.1",
"autobind": "^1.0.3",
"bootstrap": "^3.3.7",
"compression": "^1.6.2",
"cookie-session": "^2.0.0-alpha.2",
"cors": "^2.8.4",
"from": "^0.1.7",
"jquery": "^3.1.1",
"md5": "^2.2.1",
"path": "^0.12.7",
"ract": "^0.0.1",
"react": "^16.2.0",
"react-css-modules": "^4.7.1",
"react-dom": "^16.2.0",
"react-redux": "^4.4.8",
"react-router": "^3.2.0",
"redux": "^3.6.0"
},
"devDependencies": {
"accepts": "^1.3.3",
"array-flatten": "^1.1.1",
"async": "^2.0.1",
"axios": "^0.13.1",
"babel-core": "^6.5.1",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^2.10.2",
"body-parser": "^1.15.2",
"bson": "^0.5.5",
"buffer-shims": "^1.0.0",
"bytes": "^3.0.0",
"cnpm": "^5.2.0",
"content-disposition": "^0.5.1",
"content-type": "^1.0.2",
"cookie": "^0.3.1",
"cookie-signature": "^1.0.6",
"core-util-is": "^1.0.2",
"css-loader": "^0.25.0",
"debug": "^2.2.0",
"depd": "^1.1.0",
"destroy": "^1.0.4",
"ee-first": "^1.1.1",
"encodeurl": "^1.0.1",
"es6-promise": "^3.2.1",
"escape-html": "^1.0.3",
"eslint": "^3.8.1",
"eslint-plugin-react": "^6.4.1",
"etag": "^1.7.0",
"express": "^4.14.0",
"finalhandler": "^0.5.0",
"forwarded": "^0.1.0",
"fresh": "^0.3.0",
"hooks-fixed": "^1.2.0",
"http-errors": "^1.5.0",
"http-server": "^0.8.5",
"i": "^0.3.6",
"image-compressor.js": "^1.1.0",
"inherits": "^2.0.3",
"ipaddr.js": "^1.1.1",
"isarray": "^1.0.0",
"kareem": "^1.1.3",
"lodash": "^4.16.4",
"media-typer": "^0.3.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^1.3.4",
"mime-db": "^1.24.0",
"mime-types": "^2.1.12",
"moment": "^2.15.1",
"mongodb": "^2.2.10",
"mongodb-core": "^2.0.12",
"mongoose": "^4.6.3",
"mpath": "^0.2.1",
"mpromise": "^0.5.5",
"mquery": "^1.11.0",
"ms": "^0.7.1",
"multer": "^1.3.0",
"muri": "^1.1.1",
"negotiator": "^0.6.1",
"node-sass": "^3.10.0",
"node-uuid": "^1.4.8",
"on-finished": "^2.3.0",
"parseurl": "^1.3.1",
"path-to-regexp": "^0.1.7",
"process-nextick-args": "^1.0.7",
"proxy-addr": "^1.1.2",
"qiniu": "^7.1.2",
"qs": "^6.2.0",
"range-parser": "^1.2.0",
"react-redux": "^4.4.5",
"readable-stream": "^2.1.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^3.3.2",
"redux-thunk": "^2.1.0",
"regexp-clone": "^0.0.1",
"require_optional": "^1.0.0",
"resolve-from": "^2.0.0",
"sass-loader": "^4.0.2",
"semver": "^5.3.0",
"send": "^0.14.1",
"serve-static": "^1.11.1",
"setprototypeof": "^1.0.1",
"sliced": "^1.0.1",
"statuses": "^1.3.0",
"string_decoder": "^0.10.31",
"style-loader": "^0.13.1",
"type-is": "^1.6.13",
"underscore": "^1.8.3",
"unpipe": "^1.0.0",
"util-deprecate": "^1.0.2",
"utils-merge": "^1.0.0",
"vary": "^1.1.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1",
"webpack-visualizer-plugin": "^0.1.11"
}
}