-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
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
{
"name": "foodorderingapp",
"version": "1.0.0",
"description": "Food Ordering Application for ordering food from different restaurants",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DivyamGarg-code/Food-Ordering-App.git"
},
"keywords": [
"food",
"ordering",
"food",
"delivery",
"restaurents"
],
"author": "Divyam Garg",
"license": "ISC",
"bugs": {
"url": "https://github.com/DivyamGarg-code/Food-Ordering-App/issues"
},
"homepage": "https://github.com/DivyamGarg-code/Food-Ordering-App",
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"parcel": "^2.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@types/react": "^18.2.34",
"babel-jest": "^29.7.0",
"gh-pages": "^6.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"process": "^0.11.10",
"tailwindcss": "^3.3.3"
}
}