-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) Β· 1.5 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
55
56
57
{
"name": "tteokguk-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@tanstack/react-query": "^5.14.6",
"@tanstack/react-query-devtools": "^5.14.7",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"add": "^2.0.6",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"js-base64": "^3.7.6",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.302.0",
"next": "14.0.4",
"next-auth": "^4.24.5",
"pagination": "^0.4.6",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.2",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"shadcn-ui": "^0.5.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}