-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 959 Bytes
/
package.json
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "^2.12.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@vueuse/core": "^10.9.0",
"consola": "^3.0.1",
"defu": "^6.0.0",
"flowbite": "^2.3.0",
"h3": "^1.11.1",
"openai": "^4.52.1",
"pinia": "^2.1.7",
"sanitize-html": "^2.13.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxt/http": "^0.6.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-fonts": "^3.0.0-1",
"@nuxtjs/supabase": "^1.2.1",
"autoprefixer": "^10.4.19",
"axios": "^1.7.1",
"dotenv": "^16.4.5",
"nuxt": "^3.11.2",
"nuxt-chatgpt": "^0.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}