-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (43 loc) · 1.07 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
{
"name": "swiggy-clone",
"version": "1.0.1",
"description": "Food Delivery App",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emkay2309/SwiggyClone.git"
},
"author": "Mohammad Mohsin Khan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Emkay2309/SwiggyClone/issues"
},
"homepage": "https://github.com/Emkay2309/SwiggyClone#readme",
"dependencies": {
"parcel": "^2.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-multi-carousel": "^2.8.4",
"react-router-dom": "^6.21.1"
},
"devDependencies": {
"assert": "^2.1.0",
"autoprefixer": "^10.4.18",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"tty-browserify": "^0.0.1",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
}
}