-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.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
{
"name": "mensa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.614.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.21",
"@react-pdf/renderer": "^3.4.4",
"@tiptap/extension-bold": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"bcrypt": "^5.1.1",
"dompurify": "^3.1.6",
"flowbite-react": "^0.10.1",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"html-react-parser": "^5.1.10",
"html-to-react": "^1.7.0",
"image-downloader": "^4.3.0",
"mammoth": "^1.8.0",
"mime": "^4.0.4",
"mongodb": "^6.8.0",
"mongoose": "^8.5.0",
"multer": "^1.4.5-lts.1",
"next": "14.2.4",
"next-auth": "^4.24.7",
"next-images": "^1.8.5",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdf2json": "^3.1.3",
"promisify": "^0.0.3",
"react": "^18",
"react-dom": "^18",
"react-easy-crop": "^5.0.7",
"react-medium-image-zoom": "^5.2.7",
"react-quill": "^2.0.0",
"sharp": "^0.33.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}