Skip to content

Commit c83752d

Browse files
committed
feat: add Nuxt UI and Content modules
1 parent e42615b commit c83752d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@minch/nuxt-basis",
33
"description": "A Base Layer for Nuxt Projects.",
4-
"version": "0.9.2",
4+
"version": "0.10.0",
55
"repository": {
66
"url": "https://github.com/oneminch/Nuxt-Basis"
77
},
@@ -39,18 +39,19 @@
3939
"build": "nuxt build .playground",
4040
"generate": "nuxt generate .playground",
4141
"preview": "nuxt preview .playground",
42-
"lint": "eslint ."
42+
"lint": "eslint .",
43+
"postinstall": "nuxt prepare && nuxt prepare .playground"
4344
},
4445
"devDependencies": {
4546
"nuxt": "^4.1.2",
4647
"vue": "^3.5.21"
4748
},
4849
"dependencies": {
50+
"@nuxt/content": "^3.7.1",
4951
"@nuxt/eslint": "^1.9.0",
50-
"@nuxt/fonts": "^0.11.4",
51-
"@nuxt/icon": "^2.0.0",
5252
"@nuxt/image": "^1.11.0",
5353
"@nuxt/test-utils": "^3.19.2",
54+
"@nuxt/ui": "^4.0.0",
5455
"@tailwindcss/vite": "^4.1.13",
5556
"eslint": "^9.36.0",
5657
"tailwindcss": "^4.1.13",

0 commit comments

Comments
 (0)