forked from AntonyKLINGER/ADEME
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "prisma generate && next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.9",
"@prisma/client": "^5.9.1",
"@supabase/supabase-js": "^2.43.2",
"bcrypt": "^5.1.1",
"crypto": "^1.0.1",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"next": "14.1.0",
"next-cookies": "^2.0.3",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.15",
"nodemailer-express-handlebars": "^6.1.2",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pdf-lib": "^1.17.1",
"quill": "^1.3.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-quill": "^2.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"prisma": "^5.9.1"
}
}