-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"generate": "nuxt generate"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.71",
"@iconify-json/simple-icons": "^1.2.55",
"@iconify-json/vscode-icons": "^1.2.33",
"@nuxt/content": "^3.7.1",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.1.0",
"better-sqlite3": "^12.4.1",
"nuxt": "^4.2.0",
"nuxt-llms": "0.1.3",
"nuxt-og-image": "^5.1.12"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",
"@nuxtjs/mdc": "^0.18.3",
"@nuxtjs/tailwindcss": "^6.12.0",
"@tailwindcss/postcss": "^4.1.17",
"autoprefixer": "^10.4.0",
"eslint": "^9.38.0",
"postcss": "^8.5.6",
"tailwindcss": "4",
"typescript": "^5.9.3",
"unist-util-visit": "^5.0.0",
"vue-tsc": "^3.1.2"
},
"resolutions": {
"unimport": "4.1.1"
},
"packageManager": "pnpm@10.19.0"
}