-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.27 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
{
"name": "blog-nuxt",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "npx nuxthub preview",
"deploy": "npx nuxthub deploy",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@nuxt/content": "^3.8.2",
"@nuxt/eslint": "^1.10.0",
"@nuxt/image": "^2.0.0",
"@nuxt/kit": "^4.3.0",
"@nuxt/scripts": "0.13.0",
"@nuxt/ui": "4.2.1",
"@nuxthub/core": "^0.9.0",
"@tailwindcss/vite": "^4.1.17",
"@unhead/vue": "^2.0.19",
"@vueuse/core": "^14.1.0",
"@vueuse/nuxt": "^14.1.0",
"better-sqlite3": "^12.4.6",
"cheerio": "^1.1.2",
"defu": "^6.1.4",
"mermaid": "^11.12.1",
"nuxt": "^4.3.0",
"reka-ui": "^2.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.17",
"vue": "^3.5.25"
},
"devDependencies": {
"@iconify-json/logos": "^1.2.10",
"@iconify-json/lucide": "^1.2.75",
"@iconify-json/simple-icons": "^1.2.60",
"@iconify-json/vscode-icons": "^1.2.36",
"@nuxt/eslint-config": "^1.10.0",
"@nuxt/test-utils": "^3.20.1",
"eslint": "^9.39.1",
"prettier": "^3.6.2",
"vue-tsc": "^3.1.5",
"wrangler": "4.50.0"
},
"packageManager": "pnpm@10.23.0"
}