-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.39 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.39 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": "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/fluent-emoji-flat": "^1.2.3",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.33",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.11.2",
"@nuxt/image": "^1.10.0",
"@nuxt/ui-pro": "^3.2.0",
"@nuxtjs/mdc": "^0.17.0",
"@vueuse/nuxt": "^11.3.0",
"feed": "^4.2.2",
"just-kebab-case": "^4.2.0",
"nuxt-og-image": "^5.1.2",
"posthog-js": "^1.236.7",
"submitjson": "^0.11.0",
"ufo": "^1.6.1",
"zod": "^3.24.3"
},
"devDependencies": {
"@iconify-json/vscode-icons": "^1.2.20",
"@nuxt/eslint": "^1.3.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/seo": "3.0.3",
"@stefanobartoletti/nuxt-social-share": "^1.2.2",
"eslint": "^9.25.1",
"nuxt": "^3.17.7",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
},
"packageManager": "pnpm@10.9.0",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"core-js",
"esbuild",
"sharp",
"vue-demi"
]
}
}