-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.74 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
{
"name": "pfp-dot-ai",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"start": "next start",
"shadcn:add": "shadcn add"
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@huggingface/transformers": "3.4.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.7.0",
"lucide-react": "^1.8.0",
"next": "^16.2.3",
"nuqs": "^2.8.9",
"react": "^19.2.5",
"react-best-gradient-color-picker": "^3.0.14",
"react-dom": "^19.2.5",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^3.5.0",
"tinycolor2": "^1.6.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.10.0",
"@tailwindcss/postcss": "^4",
"@types/eslint": "^9.6.1",
"@types/node": "^22.13.10",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@webgpu/types": "^0.1.69",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.3",
"eslint-plugin-unused-imports": "^4.4.1",
"postcss": "^8.5.9",
"shadcn": "4.2.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"packageManager": "pnpm@8.7.0"
}