20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"name": "pls-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.9",
|
|
"@astrojs/starlight": "^0.21.2",
|
|
"astro": "^4.5.8",
|
|
"sharp": "^0.32.5",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|