All checks were successful
renovate/stability-days Updates have met minimum release age requirement
22 lines
528 B
JSON
22 lines
528 B
JSON
{
|
|
"name": "tensamin-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro telemetry disable && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.10",
|
|
"@astrojs/mdx": "7.0.5",
|
|
"@astrojs/starlight": "0.41.7",
|
|
"@astrojs/starlight-tailwind": "^5.0.0",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"astro": "7.2.3",
|
|
"sharp": "^0.35.0",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "^7.0.0"
|
|
}
|
|
}
|