-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 989 Bytes
/
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
{
"homepage": "https://gagandeepsingh101.github.io/food-ordering-app",
"name": "food-ordering-app",
"version": "1.0.0",
"description": "\"Create Food App\"",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "jest",
"build": "parcel build .\\public\\index.html",
"start": "parcel .\\public\\index.html"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@reduxjs/toolkit": "^1.9.7",
"formik": "^2.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.3",
"react-router": "^6.20.0",
"react-router-dom": "^6.20.0",
"remixicon": "^3.5.0",
"tailwind-scrollbar-hide": "^1.1.7",
"yup": "^1.3.2"
},
"devDependencies": {
"gh-pages": "^6.1.0",
"parcel": "^2.10.3",
"postcss": "^8.4.31",
"process": "^0.11.10",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.5"
}
}