-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "olha-meu-cv-dev",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@libsql/client": "^0.5.6",
"@nuxtjs/robots": "^4.0.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.1",
"@vue-email/nuxt": "^0.8.19",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.370.0",
"nuxt": "^3.11.2",
"nuxt-og-image": "^3.0.0-rc.54",
"openai": "^4.36.0",
"pdf-text": "^0.4.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"radix-vue": "^1.7.0",
"resend": "^3.2.0",
"shadcn-nuxt": "^0.10.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"underscore": "^1.13.6",
"uuid": "^9.0.1",
"vue": "^3.4.22",
"vue-router": "^4.3.0",
"vue-sonner": "^1.1.2",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.7",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/uuid": "^9.0.8",
"eslint": "^8.57.0",
"nuxt-lucide-icons": "^1.0.4",
"typescript": "^5.4.5"
}
}