axios-axios/docs/package.json
Jay 054c1f30fd
feat: unify docs to main repo (#10649)
* ci: set hardened --ignore-scripts for all ci actions

* docs: adds new docs platform

* chore: remove un-needed ignore

* chore: add sponsors data. adjust package.json to be of type module

* fix: inconsistency between the docs and readme

* fix: docs inconsistency

* docs: update language and phrasing

* style: fix issues with card styling

* docs: update security.md with latest changes

* docs: remove un-needed code

* docs: fix inconsistencies with actual library function

* ci: added deployment for docs

* chore: added axios as dep for docs

* docs: fix batch of errors

* fix: bump esbuild as the version included is a risk
2026-04-04 20:25:41 +02:00

31 lines
769 B
JSON

{
"name": "axios",
"version": "1.0.0",
"description": "Documentation for the Axios HTTP client",
"license": "MIT",
"type": "module",
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"docs:update:sponsors": "node ./scripts/process-sponsors.js",
"prod:build": "npm run docs:update:sponsors && npm run docs:build",
"postinstall": "patch-package --exclude nothing"
},
"dependencies": {
"@splidejs/splide": "^4.1.4",
"axios": "^1.14.0",
"vitepress": "^1.6.4"
},
"devDependencies": {
"chalk": "^5.3.0",
"dayjs": "^1.11.13",
"patch-package": "^8.0.1",
"vue": "^3.5.32"
},
"overrides": {
"esbuild": "^0.25.0"
}
}