-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.52 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "permadi",
"type": "module",
"private": true,
"packageManager": "bun@1.3.14",
"scripts": {
"build": "node --max-old-space-size=4096 node_modules/nuxt/bin/nuxt.mjs build",
"dev": "node --max-old-space-size=4096 node_modules/nuxt/bin/nuxt.mjs dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "nuxt prepare",
"convert:webp": "bun scripts/convert-webp.ts",
"research": "bun scripts/research-trends.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"audit": "unlighthouse-ci --site https://permadi.dev",
"audit:local": "unlighthouse-ci --site http://localhost:3000 --output-path ./reports/unlighthouse-local"
},
"dependencies": {
"@libsql/client": "^0.17.4",
"@modelcontextprotocol/client": "^2.0.0",
"@modelcontextprotocol/server": "^2.0.0",
"@nuxt/content": "^3.15.2",
"@nuxt/image": "2.1.0",
"@nuxt/scripts": "1.3.5",
"@nuxthub/core": "^0.10.8",
"@nuxtjs/i18n": "^10.6.0",
"@nuxtjs/mcp-toolkit": "^0.19.0",
"@nuxtjs/seo": "5.3.12",
"@pinia/nuxt": "^1.0.2",
"@resvg/resvg-js": "^2.6.2",
"@stefanobartoletti/nuxt-social-share": "3.2.0",
"agents": "^0.20.1",
"beautiful-mermaid": "^1.1.3",
"better-sqlite3": "^12.5.0",
"drizzle-orm": "^0.45.2",
"motion-v": "^2.4.0",
"nuxt": "^4.5.2",
"nuxt-llms": "^0.2.0",
"nuxt-studio": "1.7.0",
"pinia": "^4.0.3",
"vue": "^3.5.41",
"vue-router": "^5.2.0",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.25.2"
},
"devDependencies": {
"@antfu/eslint-config": "^9.3.0",
"@iconify-json/hugeicons": "^1.2.32",
"@iconify-json/lucide": "^1.2.123",
"@iconify-json/simple-icons": "^1.2.93",
"@iconify-json/vscode-icons": "^1.2.73",
"@nuxt/a11y": "^1.0.0-alpha.1",
"@nuxt/eslint": "^1.17.0",
"@nuxt/fonts": "^0.14.0",
"@nuxtjs/color-mode": "^4.0.1",
"@nuxtjs/partytown": "^2.0.0",
"@resvg/resvg-wasm": "^2.6.2",
"@types/better-sqlite3": "^9.6.0",
"@unlighthouse/cli": "^0.18.0",
"@unocss/eslint-plugin": "^66.7.5",
"@unocss/nuxt": "^66.7.5",
"@unocss/preset-icons": "^66.7.5",
"@unocss/preset-typography": "^66.7.5",
"@unocss/preset-web-fonts": "^66.7.5",
"@unocss/preset-wind3": "^66.7.5",
"@unocss/transformer-directives": "^66.7.5",
"@unocss/transformer-variant-group": "^66.7.5",
"@vee-validate/zod": "^4.15.1",
"drizzle-kit": "^0.31.10",
"eslint": "^10.8.1",
"nuxt-og-image": "^6.7.8",
"nuxt-vitalizer": "^3.0.0",
"nuxtseo-layer-devtools": "^5.3.12",
"satori": "^0.29.0",
"sharp": "^0.35.3",
"typescript": "^5.7.3",
"unocss": "^66.7.5",
"vee-validate": "^4.15.1"
}
}