-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 702 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 702 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
{
"name": "magicthrust",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@nuxt/devtools": "^2.6.2",
"@nuxt/icon": "2.0.0",
"@vueuse/nuxt": "^13.9.0",
"daisyui": "^5.1.5",
"nuxt": "^4.0.3",
"vue": "^3.5.21"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@tailwindcss/vite": "^4.1.12",
"@upstash/redis": "^1.35.3",
"gojs": "^3.0.12",
"ogl": "^1.0.11",
"tailwindcss": "^4.1.12",
"vue-monaco-cdn": "^2.0.3"
}
}