-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"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 .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"@iconify-json/fluent-emoji-flat": "^1.2.1",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.9",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.1",
"@nuxt/image": "^1.8.1",
"@nuxt/ui-pro": "^1.4.4",
"@nuxtjs/mdc": "^0.9.2",
"@vueuse/nuxt": "^11.1.0",
"feed": "^4.2.2",
"just-kebab-case": "^4.2.0",
"nuxt-og-image": "^3.0.6",
"posthog-js": "^1.174.3",
"submitjson": "^0.9.0",
"ufo": "^1.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/eslint-config": "^0.6.0",
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/seo": "2.0.0-rc.23",
"@stefanobartoletti/nuxt-social-share": "^1.1.5",
"eslint": "^8.57.1",
"nuxt": "^3.13.1",
"vue-tsc": "^2.1.6"
}
}