mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
36 lines
918 B
JSON
36 lines
918 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@algolia/client-search": "^4.17.0",
|
|
"@apidevtools/json-schema-ref-parser": "^10.1.0",
|
|
"@astrojs/preact": "^2.2.1",
|
|
"@astrojs/react": "^2.2.1",
|
|
"@docsearch/css": "^3.3.4",
|
|
"@docsearch/react": "^3.3.4",
|
|
"@types/node": "^18.16.3",
|
|
"@types/react": "^18.2.5",
|
|
"@types/react-dom": "^18.2.3",
|
|
"astro": "^2.5.6",
|
|
"eslint": "^8.42.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"fast-xml-parser": "^4.2.3",
|
|
"preact": "^10.13.2",
|
|
"prettier": "^2.8.8",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
"html-escaper": "^3.0.3"
|
|
}
|
|
} |