-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 910 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 910 Bytes
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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@antfu/eslint-config": "^8.2.0",
"@nuxt/content": "^3.13.0",
"@nuxtjs/mdc": "0.21.1",
"@nuxtjs/robots": "6.0.7",
"@nuxtjs/sitemap": "8.0.12",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@takumi-rs/core": "^1.0.9",
"@tanstack/vue-query": "^5.99.0",
"@vueuse/core": "^14.2.1",
"eslint": "^10.2.0",
"eslint-plugin-better-tailwindcss": "^4.4.1",
"nuxt": "^4.4.2",
"nuxt-og-image": "6.4.1",
"nuxt-seo-utils": "^8.1.7",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vue-tsc": "^3.2.6"
}
}