-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"name": "techwatching-dev",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@giscus/vue": "^3.1.1",
"@iconify-json/lucide": "^1.2.90",
"@iconify-json/simple-icons": "^1.2.70",
"@nuxt/content": "^3.11.2",
"@nuxt/hints": "1.0.0-alpha.6",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/seo": "^3.4.0",
"@shikijs/engine-javascript": "^4.0.2",
"@standard-schema/spec": "^1.1.0",
"@unhead/vue": "^2.1.4",
"@vueuse/nuxt": "^14.2.1",
"better-sqlite3": "^12.6.2",
"feed": "^5.2.0",
"just-kebab-case": "^4.2.0",
"nuxt": "^4.2.2",
"posthog-js": "^1.345.2",
"submitjson": "^0.14.0",
"ufo": "^1.6.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@iconify-json/fluent-emoji-flat": "^1.2.5",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/vscode-icons": "^1.2.41",
"@nuxt/eslint": "^1.15.1",
"@stefanobartoletti/nuxt-social-share": "^2.3.1",
"eslint": "^10.0.3",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
},
"packageManager": "pnpm@10.29.2"
}