mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
29 lines
733 B
JSON
29 lines
733 B
JSON
{
|
|
"name": "nh-docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.13.1",
|
|
"astro": "3.6.1",
|
|
"sharp": "^0.32.6"
|
|
},
|
|
"devDependencies": {
|
|
"@apidevtools/json-schema-ref-parser": "^11.1.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"fast-xml-parser": "^4.3.2",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-astro": "^0.12.2",
|
|
"xml-js": "^1.6.11"
|
|
}
|
|
}
|