mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-07 05:05:18 +02:00
🧹 chore(astro): astro build
This commit is contained in:
30
package.json
30
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user