-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 891 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
35
{
"name": "minted-directory",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@nuxt/content": "^3.2.2",
"@nuxt/eslint": "^0.7.6",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.9.5",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/seo": "^2.2.0",
"@nuxtjs/tailwindcss": "^6.13.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"nuxt": "^3.15.4",
"posthog-js": "^1.225.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.16",
"@nuxt/icon": "^1.10.3",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@9.12.2"
}