Added docs
This commit is contained in:
32
docs/package.json
Normal file
32
docs/package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "ascently-docs",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"description": "Documentation site for Ascently - FOSS climbing tracking app",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.atri.dad/atridad/Ascently.git",
|
||||
"directory": "docs"
|
||||
},
|
||||
"author": "atridad <me@atri.dad>",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"climbing",
|
||||
"tracking",
|
||||
"documentation",
|
||||
"astro",
|
||||
"starlight"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/starlight": "^0.36.0",
|
||||
"astro": "^5.14.4",
|
||||
"sharp": "^0.34.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user