-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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": "fitapat-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.11",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.15.12",
"@mui/system": "^5.15.12",
"@mui/x-date-pickers": "^6.19.6",
"@mui/x-date-pickers-pro": "^6.19.6",
"@prisma/client": "^5.6.0",
"bcryptjs": "^2.4.3",
"dayjs": "^1.11.10",
"fabric": "^5.3.0",
"jsonwebtoken": "^9.0.2",
"material-ui-popup-state": "^5.0.10",
"next": "^14.1.3",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.8",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "20.10.3",
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",
"prisma": "^5.6.0"
}
}