-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.58 KB
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
53
54
55
56
{
"name": "giancarlopapa.com",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"check:runtime-public": "node scripts/validate-public-runtime-config.mjs",
"lint": "npm run check:runtime-public && eslint .",
"typecheck": "nuxt typecheck",
"generate-pdf": "node --env-file=.env scripts/generate-pdf.mjs",
"prepare": "husky"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.88.0",
"@iconify-json/lucide": "^1.2.93",
"@iconify-json/simple-icons": "^1.2.71",
"@nuxt/content": "3.11.2",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/mcp-toolkit": "^0.12.0",
"@nuxtjs/supabase": "^2.0.5",
"@sparticuz/chromium-min": "^143.0.4",
"@supabase/supabase-js": "^2.101.1",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^1.6.1",
"imapflow": "^1.2.18",
"leaflet": "^1.9.4",
"mailparser": "^3.9.6",
"nuxt": "^4.1.3",
"nuxt-auth-utils": "^0.5.29",
"nuxt-gtag": "^4.1.0",
"pdf-lib": "^1.17.1",
"puppeteer-core": "^24.37.5",
"resend": "^6.9.2",
"vercel": "^50.42.0"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.1",
"@types/leaflet": "^1.9.21",
"@types/mailparser": "^3.4.6",
"@types/node": "^25.3.0",
"better-sqlite3": "^12.6.2",
"eslint": "^10.0.1",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.5"
},
"resolutions": {
"unimport": "4.1.1"
},
"packageManager": "npm@10.9.3"
}