-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "tokenizer",
"version": "0.3.3",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"geist": "^1.5.1",
"gpt-3-encoder": "^1.1.4",
"lucide-react": "^0.436.0",
"next": "15.4.10",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-hook-form": "^7.68.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@types/node": "^20.19.25",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"eslint": "^8.57.1",
"eslint-config-next": "15.4.5",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
},
"overrides": {
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7"
}
}