-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "page_chat",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "webpack-dev-server --progress --colors --inline --hot",
"production": "webpack --progress -p --define process.env.NODE_ENV='\"production\"'"
},
"keywords": [],
"author": "José de Melo",
"license": "ISC",
"devDependencies": {
"axios": ">=0.18.1",
"babel-core": "^6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-react-html-attrs": "2.0.0",
"babel-plugin-transform-object-rest-spread": "6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "6.22.0",
"bootstrap3": "^3.3.5",
"css-loader": "^2.1.1",
"file-loader": "^4.0.0",
"font-awesome": "4.7.0",
"ionicons": "3.0.0",
"jquery": "^3.3.1",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^0.7.0",
"popper.js": "^1.14.7",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-iframe": "^1.5.0",
"react-redux": "4.4.6",
"react-redux-toastr": "4.4.2",
"react-router-dom": "^5.0.1",
"redux": "3.6.0",
"redux-multi": "0.1.12",
"redux-promise": "0.5.3",
"redux-thunk": "2.1.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
},
"dependencies": {
"bootstrap": "^4.3.1",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"path": "^0.12.7",
"react-bootstrap": "^1.0.0-beta.9",
"react-emoji-render": "^1.0.0",
"react-icons": "^3.7.0",
"react-scrollable-anchor": "^0.6.1",
"styled-components": "^4.3.2"
}
}