-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.93 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
58
59
60
61
62
63
64
65
{
"name": "twl",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "ANALYZE=false next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/supabase-adapter": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@nextui-org/accordion": "^2.0.30",
"@nextui-org/avatar": "^2.0.27",
"@nextui-org/button": "^2.0.31",
"@nextui-org/chip": "^2.0.28",
"@nextui-org/code": "^2.0.26",
"@nextui-org/input": "^2.1.19",
"@nextui-org/listbox": "^2.1.18",
"@nextui-org/modal": "^2.0.32",
"@nextui-org/popover": "^2.1.19",
"@nextui-org/scroll-shadow": "^2.1.15",
"@nextui-org/skeleton": "^2.0.26",
"@nextui-org/system": "^2.1.2",
"@nextui-org/theme": "^2.2.3",
"@nextui-org/tooltip": "^2.0.33",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.1",
"axios": "^1.6.8",
"framer-motion": "^11.1.7",
"hangul-js": "^0.2.6",
"next": "^14.2.1",
"next-auth": "^5.0.0-beta.18",
"next-compose-plugins": "^2.2.1",
"nodeml": "^0.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.8.2",
"swr": "^2.2.5"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@next/bundle-analyzer": "^14.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"supabase": "^1.165.0",
"tailwindcss": "^3.4.3",
"typescript-eslint": "^7.7.0"
}
}