oh-my-posh/website/package.json
dependabot[bot] eac88036d1 chore(deps): bump yaml from 2.2.1 to 2.2.2 in /website
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 18:00:09 +02:00

49 lines
1,023 B
JSON

{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development docusaurus start",
"build": "docusaurus build",
"themes": "node export_themes.js"
},
"dependencies": {
"@docusaurus/core": "^2.3.1",
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/theme-search-algolia": "^2.3.1",
"@iarna/toml": "^2.2.5",
"classnames": "^2.3.2",
"query-string": "7.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"yaml": "^2.2.2"
},
"resolutions": {
"trim": "^0.0.3",
"got": "^11.8.5"
},
"devDependencies": {
"cross-env": "^7.0.3",
"docusaurus-node-polyfills": "^1.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"npm": "8.9.0",
"node": "18.2.0"
},
"volta": {
"node": "18.2.0"
}
}