-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.28 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
{
"name": "tunetapper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1",
"@radix-ui/react-label": "^2",
"@radix-ui/react-navigation-menu": "^1",
"@radix-ui/react-select": "^2",
"@radix-ui/react-slot": "^1",
"@radix-ui/react-tabs": "^1",
"@radix-ui/react-tooltip": "^1",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7",
"clsx": "^2",
"lucide-react": "^0.468",
"next": "^16.2.6",
"next-themes": "^0.4",
"react": "^19",
"react-dom": "^19",
"tailwind-merge": "^2"
},
"pnpm": {
"overrides": {
"picomatch@2": "^2.3.2",
"picomatch@4": "^4.0.4",
"minimatch@3": "^3.1.4",
"minimatch@9": "^9.0.7",
"flatted": ">=3.4.2"
},
"onlyBuiltDependencies": [
"sharp",
"unrs-resolver"
]
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.95.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16.2.6",
"googleapis": "^171.4.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}