-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "zomato_clone",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "nodemon server.js",
"build": "vite build",
"preview": "vite preview",
"start": "node server.js"
},
"dependencies": {
"antd": "^5.4.5",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"config": "^3.3.9",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"formik": "^2.2.9",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.1.0",
"react": "^18.0.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.0.0",
"react-router-dom": "6",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.10",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"nodemon": "^2.0.22",
"vite": "^2.9.9"
},
"description": "**Live App Demo Link:** [Zomato Clone Live App Demo](https://zomatoclone.koushilmankali.com/)",
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aryangoyal7/webapp_thirtyml.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aryangoyal7/webapp_thirtyml/issues"
},
"homepage": "https://github.com/aryangoyal7/webapp_thirtyml#readme"
}