-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 865 Bytes
/
package.json
File metadata and controls
38 lines (37 loc) · 865 Bytes
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
{
"name": "food-bazaar",
"version": "1.0.0",
"description": "Food Bazaar is the Food & Grocery Delivery Web app made by using React Js, TailwindCSS and Redux Tool Kit ",
"scripts": {
"start": "parcel \"index.html\"",
"build": "parcel build \"index.html\"",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VKoder/FoodBazaar-.git"
},
"keywords": [
"react",
"tailwind",
"redux"
],
"author": "vivek khule",
"license": "ISC",
"devDependencies": {
"parcel": "^2.11.0",
"postcss": "^8.4.33",
"process": "^0.11.10",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3"
},
"browserslist": [
"last 2 versions"
]
}