1
1
Fork 0
mirror of https://github.com/pesde-pkg/pesde.git synced 2025-04-09 13:20:55 +01:00
pesde/docs/package.json
2025-01-13 12:47:42 +01:00

29 lines
No EOL
721 B
JSON

{
"name": "docs",
"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/check": "0.9.4",
"@astrojs/starlight": "0.30.6",
"@astrojs/starlight-tailwind": "3.0.0",
"@astrojs/tailwind": "5.1.4",
"@fontsource-variable/nunito-sans": "^5.1.1",
"@shikijs/rehype": "^1.26.2",
"astro": "5.1.5",
"sharp": "^0.33.5",
"shiki": "^1.26.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}