-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 799 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 799 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
{
"name": "food-app",
"version": "1.0.0",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"homepage": "https://ELHARCHAOUI-SIFEDDINE.github.io/SwiftyEats",
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"framer-motion": "^11.5.4",
"lucide-react": "^0.439.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"gh-pages": "^6.1.1",
"parcel": "^2.12.0",
"postcss": "^8.4.45",
"process": "^0.11.10",
"tailwindcss": "^3.4.10"
}
}