-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
40 lines (40 loc) · 1002 Bytes
/
package.json
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.26",
"@iconify-json/simple-icons": "^1.2.25",
"@nuxt/content": "^3.1.1",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.7",
"nuxt": "^3.15.4",
"tailwindcss": "^4.0.7"
},
"devDependencies": {
"@nuxt/eslint": "^1.1.0",
"eslint": "^9.20.1",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"vue-demi"
]
}
}