new-horizons/docs/package.json
Ben C f461592c78
Properly split by
in descriptions
2023-12-28 15:56:12 -05:00

30 lines
776 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.15.1",
"astro": "4.0.8",
"rehype-external-links": "^3.0.0",
"sharp": "^0.33.1"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^11.1.0",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.2",
"fast-xml-parser": "^4.3.2",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"xml-js": "^1.6.11"
}
}