-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1002 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1002 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
36
37
38
39
40
{
"name": "content-wind",
"description": "A personal website theme powered by Nuxt Content, TailwindCSS, Iconify and Vue components.",
"private": false,
"version": "2.0.0",
"main": "nuxt.config.ts",
"license": "MIT",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint ."
},
"dependencies": {
"@iconify-json/lucide": "^1.2.34",
"@iconify-json/simple-icons": "^1.2.30",
"@nuxt/content": "^3.4.0",
"@nuxt/icon": "^1.11.0",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.3",
"nuxt": "^3.15.4",
"tailwindcss": "^4.1.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.3.0",
"eslint": "^9.24.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.7.1",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"vue-demi"
]
}
}