-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 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
42
43
44
45
46
{
"name": "meal_prep",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.21",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.16.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"clsx": "^2.1.1",
"colors": "^1.4.0",
"dotenv": "^16.4.7",
"framer-motion": "^11.3.24",
"lucide-react": "^0.396.0",
"lucide-solid": "^0.400.0",
"next": "14.2.4",
"next-auth": "^4.24.7",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-spinners": "^0.14.0",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.4",
"eslint-plugin-react": "^7.37.4",
"globals": "^16.0.0",
"postcss": "^8",
"prisma": "^5.16.0",
"tailwindcss": "^3.4.1"
}
}