-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.23 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.23 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "dying-star",
"version": "0.3.2",
"private": true,
"scripts": {
"build": "next build --turbo",
"type:generate": "next typegen .",
"dev": "next dev --turbopack --hostname 0.0.0.0",
"start": "next start",
"lint": "eslint . --fix",
"prettier": "prettier --write .",
"typecheck": "tsc --noEmit",
"clean": "eslint . --fix && tsc --noEmit && prettier --write .",
"lint:ci": "eslint . --max-warnings 0 && tsc --noEmit && prettier --check ."
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@octokit/graphql": "^9.0.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@shikijs/rehype": "^3.12.2",
"@t3-oss/env-nextjs": "^0.13.8",
"@tailwindcss/postcss": "^4.1.13",
"@tanstack/react-query": "^5.87.1",
"@tanstack/react-query-devtools": "^5.87.1",
"@types/react-syntax-highlighter": "^15.5.13",
"better-auth": "^1.3.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"feed": "^5.1.0",
"framer-motion": "^12.23.15",
"front-matter": "^4.0.2",
"input-otp": "^1.4.2",
"jiti": "^2.6.1",
"lucide-react": "^0.542.0",
"markdown-to-jsx": "^7.7.13",
"meilisearch": "^0.53.0",
"motion": "^12.23.12",
"nanoid": "^5.1.5",
"next": "15.5.7",
"next-intl": "^4.3.9",
"next-mdx-remote-client": "^2.1.3",
"next-safe-action": "^8.0.11",
"next-themes": "^0.4.6",
"next-zod-route": "^1.0.0",
"nprogress": "^0.2.0",
"nuqs": "^2.6.0",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-hook-form": "^7.62.0",
"react-hotkeys-hook": "^5.1.0",
"react-player": "^3.3.3",
"react-use": "^17.6.0",
"recharts": "^3.1.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"sass": "^1.92.1",
"sharp": "^0.34.4",
"shiki": "^3.12.2",
"sonner": "^2.0.7",
"styled-jsx": "5.1.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tslog": "^4.9.3",
"up-fetch": "^2.4.0",
"zod": "^4.1.5",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.35.0",
"@next/eslint-plugin-next": "^15.5.2",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^24.3.1",
"@types/nprogress": "^0.2.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"@vitejs/plugin-react": "^5.0.2",
"cross-fetch": "^4.1.0",
"dotenv": "^17.2.2",
"eslint": "^9.35.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "5.2.0",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.7.1",
"schema-dts": "^1.1.5",
"tailwindcss": "^4.1.13",
"ts-node": "^10.9.2",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"typescript-eslint": "^8.42.0",
"unified": "^11.0.5"
},
"packageManager": "pnpm@10.17.1"
}