-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"private": true,
"dependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"draft-js": "^0.3.0",
"draft-js-linkify-plugin": "0.0.3",
"draft-js-plugins-editor": "^0.2.0",
"moment": "^2.12.0",
"node-uuid": "^1.4.7",
"postcss-cssnext": "^2.5.1",
"postcss-loader": "^0.8.2",
"ramda": "^0.20.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.1",
"react-web-notification": "^0.2.2",
"redux": "^3.3.1",
"store": "^1.3.20",
"webpack": "^1.12.14",
"webrtc-adapter": "^1.0.6"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"cors": "^2.7.1",
"css-loader": "^0.23.1",
"express": "^4.13.4",
"node-sass": "^3.4.2",
"redux-devtools": "^3.1.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}