🛠️ build(nuxt): shift astro to nuxt

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-16 23:40:11 +05:30
parent e99a93a5b6
commit 74996af65d
110 changed files with 9442 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest"
},
"devDependencies": {
"nuxt": "3.0.0",
"vitest": "^0.25.3"
},
"dependencies": {
"@highlightjs/vue-plugin": "highlightjs/vue-plugin",
"@nuxtjs/tailwindcss": "^6.1.3",
"aos": "^3.0.0-beta.6",
"highlight.js": "^11.7.0"
}
}