-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "frontend_khc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.0",
"@mui/styled-engine-sc": "^6.1.0",
"@mui/x-date-pickers": "^7.16.0",
"@react-three/fiber": "^8.17.7",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-query-devtools": "^5.55.4",
"@tanstack/react-query-next-experimental": "^5.55.4",
"@types/three": "^0.168.0",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"cookies-next": "^4.3.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"framer-motion": "^11.5.4",
"lucide-react": "^0.439.0",
"next": "14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-multi-select-component": "^4.3.4",
"react-quill": "^2.0.0",
"react-quilljs": "^2.0.4",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.2",
"three": "^0.168.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/axios": "^0.14.4",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
}
}