-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
84 lines (84 loc) · 2.54 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "reciter-publication-manager",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
"dev": "next dev",
"build": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions && next build",
"start": "next start",
"lint": "next lint",
"generate-models": "node ./src/db/scripts/generateModels.js"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.5",
"@mui/material": "^5.0.6",
"@types/material-ui": "^0.21.12",
"@types/react-bootstrap": "^0.32.29",
"@types/react-dom": "^18.0.4",
"@types/react-slick": "^0.23.11",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"cd": "^0.3.3",
"dayjs": "^1.10.7",
"exceljs": "^4.3.0",
"fs": "0.0.1-security",
"handlebars": "^4.7.8",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"mysql2": "^2.3.3-rc.0",
"next": "^12.2.5",
"next-auth": "^3.29.10",
"next-redux-wrapper": "^7.0.5",
"nodemailer": "^6.9.1",
"nodemailer-smtp-transport": "^2.7.4",
"react": "^16.14.0",
"react-bootstrap": "^2.0.3",
"react-dates": "^21.8.0",
"react-dom": "^16.14.0",
"react-dropdown-date": "2.2.7",
"react-icons": "^4.3.1",
"react-query": "^3.24.4",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"react-slidedown": "^2.4.5",
"react-toastify": "^8.0.3",
"react-with-direction": "^1.4.0",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.13",
"saml2-js": "^3.0.1",
"sequelize": "^6.9.0",
"slick-carousel": "^1.8.1",
"slick-slider": "^1.8.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/http-build-query": "^0.7.3",
"@types/jsonwebtoken": "^8.5.5",
"@types/next-redux-wrapper": "^3.0.0",
"@types/node": "^16.11.6",
"@types/react": "^17.0.48",
"@types/react-dates": "^21.8.3",
"@types/react-redux": "^7.1.20",
"@types/saml2-js": "^3.0.0",
"@types/styled-components": "^5.1.15",
"@types/validator": "^13.6.6",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"http-build-query": "^0.7.0",
"jsonwebtoken": "^8.5.1",
"sequelize-auto": "^0.8.5",
"typescript": "4.4.3"
},
"resolutions": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17"
}
}