Update to Nuxt 3.14 and Replace npm with pnpm (#72)
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
committed by
GitHub
parent
32e4f6fe44
commit
9db5ae8103
16
package.json
16
package.json
@@ -10,12 +10,14 @@
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier --check ./",
|
||||
"format:fix": "prettier --write ./"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.42.0",
|
||||
"@formkit/auto-animate": "^0.8.2",
|
||||
"@nuxt/content": "^2.12.1",
|
||||
"@nuxt/eslint": "^0.6.1",
|
||||
"@nuxt/fonts": "^0.10.2",
|
||||
"@nuxt/image": "^1.8.0",
|
||||
"@nuxtjs/color-mode": "^3.3.2",
|
||||
@@ -27,11 +29,13 @@
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"@vueuse/nuxt": "^10.9.0",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"feed": "^4.2.2",
|
||||
"nuxt": "^3.13.2",
|
||||
"nuxt": "^3.14.159",
|
||||
"nuxt-icon": "^0.6.8",
|
||||
"nuxt-og-image": "^3.0.0-rc.38",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user