This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "kodoku",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc"
},
"packageManager": "[email protected]",
"dependencies": {
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@t3-oss/env-nextjs": "^0.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"jotai": "^2.6.4",
"jotai-dark": "^0.2.4",
"jotai-effect": "^0.5.0",
"lucide-react": "^0.330.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^1.1.0",
"rss-parser": "^3.13.0",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"ufo": "^1.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.7.4",
"@eslint-react/eslint-plugin": "^1.5.3",
"@iconify-json/lucide": "^1.1.165",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/simple-icons": "^1.1.91",
"@next/eslint-plugin-next": "^14.1.0",
"@notionhq/client": "^2.2.14",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-hyoban": "^0.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
}
}