UNPKG

2.25 kBJSONView Raw
1{
2 "name": "docusaurus",
3 "description": "Easy to Maintain Open Source Documentation Websites",
4 "version": "1.8.1",
5 "license": "MIT",
6 "keywords": [
7 "documentation",
8 "websites",
9 "open source",
10 "docusaurus"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/facebook/Docusaurus.git"
15 },
16 "scripts": {
17 "start": "cd ../../website-1.x && yarn start"
18 },
19 "bin": {
20 "docusaurus-start": "./lib/start-server.js",
21 "docusaurus-build": "./lib/build-files.js",
22 "docusaurus-publish": "./lib/publish-gh-pages.js",
23 "docusaurus-examples": "./lib/copy-examples.js",
24 "docusaurus-write-translations": "./lib/write-translations.js",
25 "docusaurus-version": "./lib/version.js",
26 "docusaurus-rename-version": "./lib/rename-version.js"
27 },
28 "dependencies": {
29 "@babel/core": "^7.0.0",
30 "@babel/plugin-proposal-class-properties": "^7.0.0",
31 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
32 "@babel/polyfill": "^7.0.0",
33 "@babel/preset-env": "^7.0.0",
34 "@babel/preset-react": "^7.0.0",
35 "@babel/register": "^7.0.0",
36 "@babel/traverse": "^7.0.0",
37 "@babel/types": "^7.1.2",
38 "autoprefixer": "^9.1.5",
39 "babylon": "^6.17.4",
40 "chalk": "^2.1.0",
41 "classnames": "^2.2.6",
42 "color": "^2.0.1",
43 "commander": "^2.18.0",
44 "cross-spawn": "^6.0.5",
45 "crowdin-cli": "^0.3.0",
46 "cssnano": "^3.10.0",
47 "deepmerge": "^2.1.1",
48 "escape-string-regexp": "^1.0.5",
49 "express": "^4.15.3",
50 "feed": "^1.1.0",
51 "fs-extra": "^5.0.0",
52 "gaze": "^1.1.2",
53 "glob": "^7.1.3",
54 "highlight.js": "^9.12.0",
55 "imagemin": "^6.0.0",
56 "imagemin-gifsicle": "^6.0.1",
57 "imagemin-jpegtran": "^6.0.0",
58 "imagemin-optipng": "^6.0.0",
59 "imagemin-svgo": "^7.0.0",
60 "lodash": "^4.17.11",
61 "markdown-toc": "^1.2.0",
62 "mkdirp": "^0.5.1",
63 "portfinder": "^1.0.17",
64 "postcss": "^7.0.1",
65 "prismjs": "^1.15.0",
66 "react": "^16.5.0",
67 "react-dev-utils": "^5.0.2",
68 "react-dom": "^16.5.0",
69 "remarkable": "^1.7.1",
70 "request": "^2.87.0",
71 "shelljs": "^0.7.8",
72 "sitemap": "^1.13.0",
73 "tcp-port-used": "^0.1.2",
74 "tiny-lr": "^1.1.1",
75 "tree-node-cli": "^1.2.5",
76 "truncate-html": "^1.0.1"
77 }
78}