mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
* feat(v2): Reduce the size of the npm modules Signed-off-by: Reece Dunham <me@rdil.rocks> * Fix conflicts * Update search.js Co-authored-by: slorber <lorber.sebastien@gmail.com>
38 lines
791 B
JSON
38 lines
791 B
JSON
{
|
|
"name": "@docusaurus/init",
|
|
"version": "2.0.0-alpha.72",
|
|
"description": "Create Docusaurus apps easily.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-init"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/docusaurus/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"bin": {
|
|
"docusaurus-init": "bin/index.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"commander": "^5.1.0",
|
|
"fs-extra": "^9.1.0",
|
|
"lodash": "^4.17.20",
|
|
"prompts": "^2.4.0",
|
|
"semver": "^7.3.4",
|
|
"shelljs": "^0.8.4",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
}
|