2023-11-10 14:11:55 +01:00
|
|
|
{
|
2024-03-17 06:46:45 +01:00
|
|
|
"name": "w3pn-docs",
|
2024-03-17 03:25:35 +01:00
|
|
|
"type": "module",
|
2024-03-17 06:46:45 +01:00
|
|
|
"version": "1.0.0",
|
2023-11-10 14:11:55 +01:00
|
|
|
"scripts": {
|
2024-03-17 03:25:35 +01:00
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2023-11-10 14:11:55 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-03-17 03:25:35 +01:00
|
|
|
"@astrojs/starlight": "^0.21.1",
|
2024-03-17 06:47:43 +01:00
|
|
|
"astro": "^4.5.5",
|
2024-03-17 03:25:35 +01:00
|
|
|
"sharp": "^0.32.5"
|
2023-11-10 14:11:55 +01:00
|
|
|
}
|
2024-03-17 06:47:43 +01:00
|
|
|
}
|