-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 979 Bytes
/
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
{
"name": "tastebuddy",
"version": "1.0.0",
"description": "This is a food delivery app",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/KanadShee-18/TasteBuddy.git"
},
"author": "Kanad Shee",
"license": "ISC",
"devDependencies": {
"parcel": "^2.12.0",
"postcss": "^8.4.38",
"process": "^0.11.10",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"firebase": "^10.13.1",
"framer-motion": "^11.5.4",
"html-react-parser": "^5.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-phone-input-2": "^2.15.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"tailwind-scrollbar-hide": "^1.1.7"
},
"browserslist": [
"last 2 versions"
]
}