mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
* Use npm-to-yarn for the Bash npm2yarn Remark plugin * Update npm-to-yarn version with fix * Update npm-to-yarn yet another time to fix another -g/--global bug * Update remark-npm2yarn.js Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
33 lines
784 B
JSON
33 lines
784 B
JSON
{
|
|
"name": "docusaurus-2-website",
|
|
"version": "2.0.0-alpha.48",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^2.0.0-alpha.48",
|
|
"@docusaurus/plugin-ideal-image": "^2.0.0-alpha.48",
|
|
"@docusaurus/preset-classic": "^2.0.0-alpha.48",
|
|
"classnames": "^2.2.6",
|
|
"color": "^3.1.2",
|
|
"npm-to-yarn": "^1.0.0-2",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|