-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1007 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1007 Bytes
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
{
"scripts": {
"dev": "bun build.ts --watch",
"build": "bun run build.ts --prod"
},
"name": "web_copilot_ai",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"autoprefixer": "^10.4.20",
"caniuse-lite": "^1.0.30001673",
"chrome-types": "^0.1.312",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.14"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@ai-sdk/anthropic": "latest",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/chrome": "^0.0.279",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"ai": "latest",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
}
}