mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 04:12:52 +00:00
* feat(v2): rewrite docs loading strategy * Prettify * Lint * Allow resolving from library root * minor changes, refactor * copyright header
14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"scripts": {
|
|
"start": "node ../bin/docusaurus start",
|
|
"build": "node ../bin/docusaurus build"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"docusaurus": "../",
|
|
"react": "^16.7.0-alpha.0",
|
|
"react-dom": "^16.7.0-alpha.0",
|
|
"react-youtube": "^7.6.0"
|
|
}
|
|
}
|