mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-12-25 22:06:16 +01:00
18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"name": "linkding-docs",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "rm -rf dist && astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.37.1",
|
|
"astro": "^5.6.1",
|
|
"sharp": "^0.34.2"
|
|
}
|
|
}
|