-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1 KB
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
{
"name": "csalinas-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/third-parties": "^15",
"@prisma/client": "^6.19.3",
"bcryptjs": "^3.0.3",
"dateformat": "^5.0.3",
"graphql": "^16.13.2",
"graphql-request": "^7.4.0",
"lodash": "^4.18.1",
"next": "^15",
"next-auth": "^4.24.14",
"nodemailer": "^7.0.7",
"prisma": "^6.19.3",
"react": "^19",
"react-dom": "^19",
"react-github-calendar": "^4.5.11",
"react-google-recaptcha-v3": "^1.11.0",
"react-markdown": "^9.1.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "^15",
"typescript": "^6.0.3"
}
}