-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.5 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
49
50
51
52
53
54
{
"name": "food-ordering",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/mongodb-adapter": "^1.0.4",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cookie": "^0.5.0",
"formik": "^2.2.9",
"mongodb": "^4.9.1",
"mongoose": "^6.5.4",
"next": "12.2.5",
"next-auth": "^4.10.3",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-outside-click-handler": "^1.3.0",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.4",
"react-toastify": "^9.0.8",
"slick-carousel": "^1.8.1",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/eminbasbayan/food-ordering-udemy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eminbasbayan/food-ordering-udemy/issues"
},
"homepage": "https://github.com/eminbasbayan/food-ordering-udemy#readme"
}