🧹 chore(astro): astro build

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-19 02:19:14 +05:30
parent 74996af65d
commit 8aa6811802
121 changed files with 190 additions and 9421 deletions

View File

@@ -1,21 +1,19 @@
{
"private": true,
"name": "",
"type": "module",
"version": "0.0.1",
"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"
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@highlightjs/vue-plugin": "highlightjs/vue-plugin",
"@nuxtjs/tailwindcss": "^6.1.3",
"aos": "^3.0.0-beta.6",
"highlight.js": "^11.7.0"
"@astrojs/starlight": "^0.24.2",
"astro": "^4.10.2",
"sharp": "^0.32.5",
"@astrojs/check": "^0.7.0",
"typescript": "^5.4.5"
}
}
}