docs/package.json

17 lines
324 B
JSON
Raw Normal View History

2023-03-23 10:24:48 -04:00
{
2023-09-02 13:43:38 -04:00
"name": "pls-docs",
"type": "module",
"version": "0.0.1",
2023-03-23 10:24:48 -04:00
"scripts": {
2023-09-02 13:43:38 -04:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2023-03-23 10:24:48 -04:00
},
"dependencies": {
2023-09-02 13:43:38 -04:00
"@astrojs/starlight": "^0.9.0",
"astro": "^3.0.6",
"sharp": "^0.32.5"
2023-03-23 10:24:48 -04:00
}
2023-09-02 13:43:38 -04:00
}