-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "huynamboz-dev",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"tailwindcss-accent": "^2.1.2",
"lint": "eslint . --ext .ts,.vue",
"deploy": "gh-pages -d .output/public"
},
"devDependencies": {
"@nuxtjs/supabase": "^1.2.2",
"@nuxtjs/tailwindcss": "^6.10.3",
"nuxt-icon": "^0.6.8",
"sass": "^1.77.6",
"tailwindcss-accent": "^2.1.2",
"vue": "^3.4.5",
"vue-router": "^4.2.5"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@highlightjs/vue-plugin": "^2.1.2",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.5.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/sitemap": "^5.1.4",
"@vueuse/motion": "^2.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.1.2",
"gh-pages": "^6.1.1",
"github-markdown-css": "^5.5.1",
"highlight.js": "^11.9.0",
"nuxt": "3.14.159",
"nuxt-security": "^2.1.2",
"openai": "^4.73.0",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vue-drag-scroller": "^1.5.2",
"vue3-toastify": "^0.2.8",
"zod": "^3.23.8"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}