-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 861 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
{
"name": "oheya",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && node inject-umami.mjs"
},
"dependencies": {
"@ai-sdk/openai": "^4.0.1",
"@ai-sdk/openai-compatible": "^3.0.0",
"@ai-sdk/vue": "^3.0.197",
"@primeuix/themes": "^2.0.3",
"@tailwindcss/vite": "^4.0.0",
"@vueuse/core": "^14.3.0",
"ai": "^7.0.3",
"chart.js": "^4.5.1",
"js-yaml": "^4.2.0",
"pinia": "^3.0.4",
"primeicons": "^7.0.0",
"primevue": "^4.2.0",
"tailwindcss": "^4.3.0",
"vue": "^3.5.39",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@vitejs/plugin-vue": "^6.0.7",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-vue-devtools": "^8.1.2",
"vue-tsc": "^3.3.4"
}
}