forked from mahdiehjam/Education-Portal-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1022 Bytes
/
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
{
"name": "kmail",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"client": "cd client && npm start",
"server": "cd server && npm start",
"start": "concurrently - kill-others \"npm run server\" \"npm run client\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "3.5.1"
},
"dependencies": {
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.4.1",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"jwt-decode": "^2.2.0",
"material-ui-dropzone": "^2.4.1",
"mdbreact": "^4.19.2",
"mongoose": "^5.6.13",
"node-sass": "^4.12.0",
"react-bootstrap": "^1.0.0-beta.12",
"react-perfect-scrollbar": "^1.5.3",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-swipeable-views": "^0.13.3",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"validate.js": "^0.13.1"
}
}