-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
45
46
{
"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.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.13",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.2",
"@nuxt/image": "^1.8.1",
"@nuxt/ui-pro": "^1.4.4",
"@nuxtjs/mdc": "^0.9.5",
"@vueuse/nuxt": "^11.3.0",
"feed": "^4.2.2",
"just-kebab-case": "^4.2.0",
"nuxt-og-image": "^3.0.6",
"posthog-js": "^1.188.1",
"submitjson": "^0.10.0",
"ufo": "^1.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.2",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/seo": "2.0.2",
"@stefanobartoletti/nuxt-social-share": "^1.2.0",
"eslint": "^9.15.0",
"nuxt": "^3.15.1",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]"
}