-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.62 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.62 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.28.2",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache --fix .",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "vitest",
"test:unit": "vitest",
"typecheck": "bash scripts/typecheck.sh",
"up": "taze major -I",
"postinstall": "npx simple-git-hooks",
"sizecheck": "npx vite-bundle-visualizer",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@crazydos/vue-markdown": "^1.1.4",
"@dagrejs/dagre": "^2.0.3",
"@electric-sql/pglite": "^0.3.15",
"@guiiai/logg": "1.0.6",
"@huggingface/transformers": "^3.8.1",
"@moeru-ai/jem": "0.1.3-beta.6",
"@moeru/eventa": "1.0.0-alpha.9",
"@proj-airi/drizzle-duckdb-wasm": "^0.4.29",
"@proj-airi/duckdb-wasm": "^0.4.29",
"@proj-airi/ui": "0.8.0-beta.4",
"@proj-airi/unocss-preset-chromatic": "^1.0.2",
"@unhead/vue": "^2.1.2",
"@unocss/reset": "^66.6.0",
"@velin-dev/vue": "^0.3.4",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.3",
"@vue-flow/core": "^1.48.2",
"@vue-flow/minimap": "^1.5.4",
"@vue-flow/node-toolbar": "^1.1.1",
"@vueuse/core": "^14.2.0",
"animejs": "^4.3.5",
"beasties": "^0.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"driver.js": "^1.4.0",
"drizzle-orm": "^0.45.1",
"lucide-vue-next": "^0.563.0",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"reka-ui": "^2.8.0",
"remark-gfm": "^4.0.1",
"unist-util-visit": "^5.1.0",
"vue": "3.6.0-alpha.1",
"vue-demi": "^0.14.10",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.1",
"vue-sonner": "^2.0.9",
"workbox-build": "^7.4.0",
"xsai": "^0.4.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@antfu/eslint-config": "^7.2.0",
"@iconify-json/carbon": "^1.2.18",
"@iconify-json/lucide": "^1.2.87",
"@iconify-json/solar": "^1.2.5",
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@proj-airi/drizzle-orm-browser-migrator": "^0.1.4",
"@proj-airi/unplugin-drizzle-orm-migrations": "^0.1.4",
"@shikijs/markdown-it": "^3.22.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^66.6.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vitest/web-worker": "^4.0.18",
"@vue-macros/volar": "^3.1.2",
"@vue/test-utils": "^2.4.6",
"cross-env": "^10.1.0",
"drizzle-kit": "^0.31.8",
"eslint": "^9.39.2",
"eslint-plugin-format": "^1.3.1",
"https-localhost": "^4.7.1",
"lint-staged": "^16.2.7",
"markdown-it-link-attributes": "^4.0.1",
"pnpm": "^10.28.2",
"rolldown": "^1.0.0-rc.2",
"shiki": "^3.22.0",
"simple-git-hooks": "^2.13.1",
"tailwind-merge": "^3.4.0",
"taze": "^19.9.2",
"typescript": "^5.9.3",
"unocss": "^66.6.0",
"unocss-preset-animations": "^1.3.0",
"unocss-preset-shadcn": "^1.0.1",
"unplugin-vue-markdown": "^29.2.0",
"unplugin-vue-router": "^0.19.2",
"vite": "npm:rolldown-vite@^7.3.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^11.3.3",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-vue-devtools": "^8.0.5",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.4",
"web-worker": "^1.5.0"
},
"overrides": {
"vite": "npm:rolldown-vite@^7.3.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}