-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "elearning",
"version": "1.0.0",
"scripts": {
"client": "cd client && nodemon",
"server": "nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"dependencies": {
"async": "^3.1.0",
"bootstrap": "^4.1.3",
"cors": "^2.8.5",
"express": "^4.16.2",
"google-maps-react": "^2.0.2",
"i18next": "^11.9.0",
"neo4j-driver": "^1.7.5",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-google-maps": "^9.4.5",
"react-i18next": "^7.13.0",
"react-redux-toastr": "^7.6.4",
"react-router-dom": "^4.3.1",
"react-slick": "^0.23.2",
"semantic-ui-react": "^0.85.0",
"video-react": "^0.13.0",
"webpack": "4.28.3",
"xlsx": "^0.14.3"
},
"devDependencies": {
"concurrently": "^3.5.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0",
"react-scripts": "^2.1.5"
},
"engines": {
"node": "14.0.0"
}
}