-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
53
54
{
"name": "foody",
"version": "1.0.0",
"description": "A food delivery app",
"scripts": {
"test": "jest",
"start": "parcel index.html",
"build": "parcel build index.html"
},
"keywords": [
"react",
"namaste",
"react"
],
"author": "Dinesh Rout",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.11",
"@parcel/packager-raw-url": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"@parcel/transformer-webmanifest": "^2.9.3",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.6.4",
"buffer": "^6.0.3",
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"parcel": "^2.9.3",
"postcss": "^8.4.28",
"process": "^0.11.10",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.1",
"@babel/preset-react": "^7.22.5",
"@heroicons/react": "^2.0.18",
"@parcel/babel-preset-env": "^2.9.3",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.2",
"keen-slider": "^6.8.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0"
},
"browserslist": [
"last 2 version"
]
}