-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (33 loc) · 833 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
{
"name": "hungrygo",
"version": "1.0.0",
"description": "This is the food delivary website",
"scripts": {
"test": "jest",
"start": "parcel public/index.html",
"build":"parcel build public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SandhyaDevadiga/HungryGo.git"
},
"author": "Sandhya",
"license": "ISC",
"bugs": {
"url": "https://github.com/SandhyaDevadiga/HungryGo/issues"
},
"homepage": "https://github.com/SandhyaDevadiga/HungryGo#readme",
"devDependencies": {
"parcel": "^2.12.0",
"process": "^0.11.10"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"formik": "^2.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.0",
"yup": "^1.4.0"
}
}