mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
dda12ff877
this reverts commit 482355be61
47 lines
974 B
JSON
47 lines
974 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.2.0",
|
|
"@docusaurus/preset-classic": "^2.2.0",
|
|
"@docusaurus/theme-search-algolia": "^2.2.0",
|
|
"classnames": "^2.3.2",
|
|
"query-string": "^7.1.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.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"
|
|
}
|
|
}
|