-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 KB
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
58
59
60
61
{
"name": "gdgoc_web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@heroui/scroll-shadow": "^2.3.19",
"@heroui/system": "^2.4.25",
"@heroui/theme": "^2.4.25",
"@nextui-org/react": "^2.6.11",
"@react-google-maps/api": "^2.20.8",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@studio-freight/lenis": "^1.0.42",
"axios": "^1.13.5",
"clsx": "^2.1.1",
"framer-motion": "^12.24.7",
"gsap": "^3.14.2",
"hangul-js": "^0.2.6",
"lucide-react": "^0.562.0",
"next": "^15.5.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^6.0.2",
"react-icons": "^5.4.0",
"react-markdown": "^10.1.0",
"recharts": "^3.6.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0",
"type-hangul": "^0.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "22.15.21",
"@types/react": "^18.2.0",
"eslint": "^9.39.2",
"eslint-config-next": "15.5.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.5",
"postcss": "^8",
"prettier": "^3.5.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"overrides": {
"brace-expansion": "^2.0.2",
"form-data": "^4.0.4",
"glob": "^10.5.0",
"mdast-util-to-hast": "^13.2.1"
}
}