-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "i-m-hungry-recipe-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint",
"format": "npx prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@mui/material": "^5.13.4",
"autoprefixer": "10.4.14",
"axios": "^1.3.6",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"framer-motion": "^10.12.16",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"mysql2": "^3.3.3",
"next": "13.3.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-loader-spinner": "^5.3.4",
"sequelize": "^6.31.0",
"tailwindcss": "3.3.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"prettier": "2.8.8"
}
}