-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.08 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
55
56
57
58
59
60
{
"name": "TasteBit-Express",
"version": "1.0.0",
"description": "TasteBit Express is your go-to destination for effortless food ordering. With an extensive selection of restaurants offering a diverse range of cuisines, we bring convenience and delight to your fingertips. Whether you're craving savory classics, exotic delights, or healthy options, TasteBit Express has something to satisfy every palate. Our user-friendly platform powered by React ensures a seamless and enjoyable ordering experience, allowing you to explore, discover, and indulge in culinary delights with ease.",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"keywords": [
"food ordering platform",
"restaurant variety",
"cuisine diversity",
"seamless ordering",
"user-friendly interface",
"convenience",
"culinary delights",
"easy exploration",
"online food ordering",
"food delivery service"
],
"author": "Vishesh",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"babel-jest": "^29.7.0",
"buffer": "^6.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^29.7.0",
"parcel": "^2.12.0",
"process": "^0.11.10"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^2.2.1",
"axios": "^1.6.7",
"firebase": "^10.9.0",
"formik": "^2.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.4",
"yup": "^1.4.0"
},
"browserslist": [
"last 5 version"
]
}