generated from hack4impact-utk/nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.52 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
{
"name": "nextjs-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.11",
"@mui/x-date-pickers": "^6.19.5",
"@next-auth/mongodb-adapter": "^1.1.3",
"bson": "^6.2.0",
"dayjs": "^1.11.10",
"file-saver": "^2.0.5",
"json-2-csv": "^5.5.6",
"material-ui-confirm": "^3.0.11",
"mongodb": "^5.0.0",
"mongoose": "^7.4.5",
"next": "^13.5.6",
"next-auth": "^4.24.8",
"nodemailer": "^6.9.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-quill": "^2.0.0",
"rrule": "^2.8.1",
"tesseract-wasm": "^0.10.0",
"tesseract.js": "^5.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.4",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"lint-staged": "^14.0.1",
"typescript": "5.2.2"
}
}