You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
782 B
35 lines
782 B
3 years ago
|
{
|
||
|
"name": "docu-salty-cloud",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"docusaurus": "docusaurus",
|
||
|
"start": "docusaurus start",
|
||
|
"build": "docusaurus build",
|
||
|
"swizzle": "docusaurus swizzle",
|
||
|
"deploy": "docusaurus deploy",
|
||
|
"serve": "docusaurus serve",
|
||
|
"clear": "docusaurus clear"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@docusaurus/core": "2.0.0-alpha.70",
|
||
|
"@docusaurus/preset-classic": "2.0.0-alpha.70",
|
||
|
"@mdx-js/react": "^1.6.21",
|
||
|
"clsx": "^1.1.1",
|
||
|
"react": "^16.8.4",
|
||
|
"react-dom": "^16.8.4"
|
||
|
},
|
||
|
"browserslist": {
|
||
|
"production": [
|
||
|
">0.5%",
|
||
|
"not dead",
|
||
|
"not op_mini all"
|
||
|
],
|
||
|
"development": [
|
||
|
"last 1 chrome version",
|
||
|
"last 1 firefox version",
|
||
|
"last 1 safari version"
|
||
|
]
|
||
|
}
|
||
|
}
|