-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.49 KB
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
{
"private": true,
"scripts": {
"dev": "next -p 5000",
"build": "next build ",
"start": "next start -p 5000"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@iconify/icons-ant-design": "^1.1.0",
"@iconify/icons-eva": "^1.1.0",
"@iconify/icons-ic": "^1.1.10",
"@iconify/react": "^3.0.1",
"@mui/icons-material": "^5.0.0",
"@mui/lab": "^5.0.0-alpha.47",
"@mui/material": "^5.8.5",
"@mui/styles": "^5.0.0",
"@mui/utils": "^5.0.0",
"@mui/x-data-grid": "^5.0.0-beta.1",
"@reduxjs/toolkit": "^1.8.6",
"@types/mongoose": "^5.11.97",
"bcrypt": "^5.1.0",
"cookies-next": "^2.1.1",
"cors": "^2.8.5",
"formik": "^2.2.9",
"framer-motion": "^6.3.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.6.5",
"next": "^12.2.0",
"passport": "^0.6.0",
"passport-oauth2-refresh": "^2.1.0",
"passport-orcid": "^0.0.4",
"react": "^18.2.0",
"react-card-flip": "^1.1.6",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-hook-form": "^7.42.1",
"react-iframe": "^1.8.5",
"react-query": "^3.39.2",
"react-redux": "^8.0.4",
"react-slick": "^0.29.0",
"react-svg": "^15.1.11",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^4.7.2"
}
}