-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.87 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
{
"name": "faculty-book",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next",
"build": "next build",
"start": "next start -p 5000",
"lint": "next lint",
"format": "prettier --write \"**/*.+(js|jsx|json|css|md|ts|tsx)\"",
"parser": "node ./scripts/csv_reader.js"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.4",
"@mui/lab": "^5.0.0-alpha.51",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"@types/kind-of": "^6.0.0",
"aws-sdk": "^2.958.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"busboy": "^0.3.1",
"content-disposition": "^0.5.3",
"csv-parser": "^3.0.0",
"date-fns": "^2.25.0",
"docx": "^7.3.0",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"http-status-codes": "^2.1.4",
"kind-of": "^6.0.3",
"mime": "^3.0.0",
"mongodb": "^3.6.10",
"next": "12",
"next-auth": "^3.27.3",
"notistack": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-virtualized": "^9.22.3",
"recharts": "^2.1.8",
"styled-components": "^5.3.0",
"uuid": "^8.3.2",
"winston": "^3.6.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@emotion/eslint-plugin": "^11.5.0",
"@types/archiver": "^5.3.1",
"@types/bcryptjs": "^2.4.2",
"@types/content-disposition": "^0.5.4",
"@types/mime": "^2.0.3",
"@types/mongodb": "^4.0.7",
"@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"@types/uuid": "^8.3.4",
"babel-plugin-styled-components": "^1.13.2",
"cross-env": "^7.0.3",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"prettier": "^2.4.1",
"typescript": "^4.5.4"
}
}