-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 803 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 803 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
34
{
"dependencies": {
"@react-oauth/google": "^0.12.1",
"axios": "^1.6.5",
"create-next-app": "^14.0.4",
"iconoir-react": "^7.3.0",
"is-empty": "^1.2.0",
"next": "^14.0.4",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-cookie": "^7.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-toastify": "^9.1.3",
"sharp": "^0.33.1",
"validator": "^13.11.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"autoprefixer": "^10.4.16",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "5.3.3"
}
}