new-horizons/docs/package.json
2023-07-02 22:09:01 -04:00

39 lines
1.1 KiB
JSON

{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . --plugin-search-dir=."
},
"dependencies": {
"@algolia/client-search": "^4.17.0",
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@astrojs/mdx": "^0.19.7",
"@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"
}
}