-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write 'app/**/*.{js,ts,tsx,jsx,json}'"
},
"dependencies": {
"@cooperation/vc-storage": "^1.0.13",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.18",
"@sendgrid/mail": "^8.1.3",
"@types/react-beautiful-dnd": "^13.1.8",
"dompurify": "^3.1.7",
"ethers": "^6.13.2",
"googleapis": "^144.0.0",
"lru-cache": "^11.0.1",
"lucide-react": "^0.469.0",
"next": "^14.2.15",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.14",
"pdfjs-dist": "4.8.69",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18",
"react-dropzone": "^14.2.9",
"react-hook-form": "^7.51.1",
"react-quill": "^2.0.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"prettier": "^3.3.3",
"typescript": "^5"
}
}