-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.6 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
53
54
55
56
57
58
59
60
61
{
"name": "webchat_client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --watch",
"build": "webpack",
"start": "python3 application.py"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.12"
},
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.2",
"classnames": "^2.2.5",
"css-loader": "^0.28.4",
"ejs": "^2.5.5",
"express": "^4.14.0",
"fs": "0.0.1-security",
"http-server": "^0.11.1",
"jquery": "^3.3.1",
"js-file-download": "^0.4.1",
"jsonfile": "^4.0.0",
"jsonwebtoken": "^7.2.1",
"lodash": "^4.17.4",
"material-ui": "^0.20.0",
"moment": "^2.20.1",
"mongoose": "^4.7.6",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^16.2.0",
"react-intl": "^2.4.0",
"react-json-view": "^1.12.4",
"react-motion": "^0.4.5",
"react-redux": "^5.0.2",
"react-router": "^2.6.1",
"react-swipeable-views": "^0.12.13",
"react-tap-event-plugin": "^2.0.1",
"react-vis": "^1.7.9",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"request": "^2.85.0",
"shortid": "^2.2.6",
"style-loader": "^0.18.2",
"validator": "^6.2.1"
}
}