-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 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
{
"name": "untitled3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.61.0",
"@tanstack/react-query-devtools": "^5.61.0",
"@toss/use-overlay": "^1.4.2",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"next": "^14.0.0",
"next-auth": "^4.24.10",
"react": "^18.3.1",
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.6",
"recoil": "^0.7.7",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"typescript": "5.6.3"
}
}