-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 891 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
{
"name": "zwiggy-food-ordering-app",
"version": "1.0.0",
"description": "Food Ordering App",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"https-start": "parcel index.html --https",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aishwaryam1202/Zwiggy-Food-Ordering-App.git"
},
"keywords": [
"Food",
"Ordering",
"Application"
],
"author": "Aishwarya Manoharan",
"license": "ISC",
"bugs": {
"url": "https://github.com/aishwaryam1202/Zwiggy-Food-Ordering-App/issues"
},
"homepage": "https://github.com/aishwaryam1202/Zwiggy-Food-Ordering-App#readme",
"dependencies": {
"parcel": "^2.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"process": "^0.11.10"
},
"browserslist": [
"supports es6-module"
]
}