forked from tmg0/tablite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.91 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.91 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
63
64
65
66
67
68
69
70
{
"name": "tablite",
"type": "module",
"private": true,
"packageManager": "pnpm@10.7.0",
"scripts": {
"build": "nuxt generate",
"dev": "nuxt dev",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"tauri": "tauri"
},
"dependencies": {
"@ai-sdk/deepseek": "^0.2.2",
"@ai-sdk/google": "^1.2.3",
"@nuxtjs/color-mode": "3.5.2",
"@openrouter/ai-sdk-provider": "^0.4.4",
"@pinia/nuxt": "0.9.0",
"@shikijs/markdown-it": "^3.2.1",
"@tauri-apps/plugin-os": "~2.2.1",
"@tauri-apps/plugin-store": "~2.2.0",
"@visactor/vtable": "^1.17.3",
"@visactor/vtable-editors": "^1.17.3",
"@vueuse/core": "^13.0.0",
"@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "12.2.0",
"@vueuse/router": "^13.0.0",
"ai": "^4.2.6",
"destr": "^2.0.3",
"embla-carousel-vue": "^8.5.2",
"klona": "^2.0.6",
"lucide-vue-next": "^0.487.0",
"markdown-it": "^14.1.0",
"monaco-editor": "^0.52.2",
"motion-v": "0.10.0-beta.1",
"nuxt": "^3.16.1",
"ohash": "^2.0.11",
"pinia": "^3.0.1",
"radix-vue": "^1.9.17",
"reka-ui": "^2.2.0",
"scule": "^1.3.0",
"shadcn-nuxt": "^2.0.0",
"sql-formatter": "^15.5.2",
"tw-animate-css": "^1.2.5",
"vaul-vue": "^0.4.1",
"vue": "latest",
"vue-router": "latest",
"vue-sonner": "^1.3.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
"@iconify-json/heroicons": "^1.2.2",
"@inspira-ui/plugins": "^0.0.1",
"@tailwindcss/vite": "^4.1.1",
"@tauri-apps/api": "^2.4.0",
"@tauri-apps/cli": "^2.4.0",
"@types/markdown-it": "^14.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.23.0",
"openai": "^4.89.1",
"tailwind-merge": "^3.1.0",
"tailwindcss": "^4.1.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2",
"unplugin-icons": "^22.1.0"
}
}