forked from codeit-bootcamp-frontend/9-Sprint-Mission
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "fe9-weekly-mission",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rimraf .next out"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@tanstack/react-query": "^5.59.20",
"axios": "^1.7.7",
"cookie": "^1.0.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"jotai": "^2.10.0",
"next": "14.2.12",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.4.1",
"react-spinners": "^0.14.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^5.59.20",
"@types/cookie": "^0.6.0",
"@types/cors": "^2.8.17",
"@types/formidable": "^3.4.5",
"@types/node": "^20",
"@types/react": "^18.3.7",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8.4.47",
"postcss-custom-media": "^11.0.1",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}