-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.44 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.44 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
{
"name": "ifocal",
"version": "0.3.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check:encoding": "node scripts/normalize-encoding.mjs --check",
"fix:encoding": "node scripts/normalize-encoding.mjs --fix",
"ui:add": "shadcn-vue add",
"ui:add:base": "shadcn-vue add button input label textarea select dialog dropdown-menu popover scroll-area command checkbox",
"ui:add:more": "shadcn-vue add tooltip badge tabs separator avatar breadcrumb card progress skeleton switch toggle"
},
"dependencies": {
"@iconify/vue": "^4.1.1",
"@modelcontextprotocol/sdk": "^1.20.2",
"@radix-icons/vue": "^1.0.0",
"@tailwindcss/typography": "^0.5.19",
"@vueuse/core": "^14.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eventsource-parser": "^3.0.6",
"lucide-vue-next": "^0.445.0",
"marked": "^16.3.0",
"reka-ui": "^2.6.0",
"shadcn-vue": "^2.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.27"
},
"devDependencies": {
"@types/chrome": "^0.0.258",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^5.4.0"
}
}