-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "foodapp_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@paypal/react-paypal-js": "^7.5.0",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.6.3",
"next": "^13.4.10",
"next-auth": "^4.24.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-redux": "^7.2.6",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/react": "18.2.31",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "^13.4.10",
"postcss-preset-env": "^9.2.0",
"tailwindcss": "^3.3.3"
}
}