28 lines
612 B
JSON
28 lines
612 B
JSON
{
|
|
"name": "@emigrate/docs",
|
|
"private": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"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"
|
|
},
|
|
"packageManager": "pnpm@8.10.2"
|
|
}
|