-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
{
"name": "isi-survey",
"version": "1.0.0",
"description": "<!-- # To Set up ISI-Survey App",
"main": "index.js",
"scripts": {
"client": "cd client && npm run start",
"server": "cd server && npm run server",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently --kill-others-on-fail \" cd client && npm run start\" \" cd server && npm run server\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"concurrently": "^8.2.0",
"dotenv": "^16.3.1",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.2.2",
"passport": "^0.6.0",
"passport-openidconnect": "^0.1.1",
"validator": "^13.9.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@mui/x-data-grid": "^6.10.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"file-saver": "^2.0.5",
"file-server": "^2.2.1",
"material-react-table": "^1.14.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap-icons": "^1.10.3",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.9.0",
"react-redux": "^8.0.7",
"react-router-dom": "^6.12.1",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"recharts": "^2.7.2",
"uniqid": "^5.4.0",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}