emigrate/docs/package.json
2024-02-05 14:54:05 +01:00

24 lines
525 B
JSON

{
"name": "@emigrate/docs",
"private": true,
"type": "module",
"version": "0.3.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.15.0",
"@astrojs/starlight-tailwind": "2.0.1",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.1",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.6"
},
"volta": {
"extends": "../package.json"
}
}