mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"name": "w3pn-docs",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.21.1",
|
|
"astro": "^4.5.5",
|
|
"sharp": "^0.32.5"
|
|
}
|
|
}
|