-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"name": "lexplain",
"version": "0.0.7",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"release": "changelogen --clean --release --push",
"check": "biome check --write --unsafe",
"prepare": "lefthook install"
},
"dependencies": {
"@vercel/analytics": "1.6.1",
"@vercel/edge-config": "1.4.3",
"@vercel/speed-insights": "1.3.1",
"clsx": "2.1.1",
"lucide-react": "0.577.0",
"next": "16.1.6",
"next-intl": "4.8.3",
"openai": "6.25.0",
"react": "19.2.4",
"react-dom": "19.2.3",
"redis": "5.11.0",
"tailwind-merge": "3.5.0",
"typed.js": "3.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@commitlint/cli": "20.4.2",
"@commitlint/config-conventional": "20.4.2",
"@commitlint/types": "20.4.0",
"@tailwindcss/postcss": "4.2.1",
"@types/node": "25.3.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"changelogen": "0.6.2",
"eslint": "9.39.3",
"eslint-config-next": "16.1.6",
"lefthook": "2.1.1",
"postcss": "8.5.6",
"tailwindcss": "4.2.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.28.0"
}