2019-03-23 04:46:16 -04:00
|
|
|
{
|
|
|
|
|
"name": "@docusaurus/utils",
|
2022-01-26 13:28:16 -05:00
|
|
|
"version": "2.0.0-beta.15",
|
2021-01-14 11:16:26 -05:00
|
|
|
"description": "Node utility functions for Docusaurus packages.",
|
2019-05-18 14:37:35 -04:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
|
"scripts": {
|
2020-07-01 12:30:44 -04:00
|
|
|
"build": "tsc",
|
2020-06-16 08:40:46 -04:00
|
|
|
"watch": "tsc --watch"
|
2019-05-18 14:37:35 -04:00
|
|
|
},
|
2019-04-10 10:21:35 -04:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2020-10-21 09:05:01 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
|
|
|
"directory": "packages/docusaurus-utils"
|
|
|
|
|
},
|
2019-03-23 04:46:16 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2022-01-26 13:28:16 -05:00
|
|
|
"@docusaurus/logger": "2.0.0-beta.15",
|
2021-10-08 06:59:02 -04:00
|
|
|
"@mdx-js/runtime": "^1.6.22",
|
2021-12-08 08:26:24 -05:00
|
|
|
"@svgr/webpack": "^6.0.0",
|
|
|
|
|
"file-loader": "^6.2.0",
|
2021-05-19 04:11:53 -04:00
|
|
|
"fs-extra": "^10.0.0",
|
2021-12-03 08:44:59 -05:00
|
|
|
"github-slugger": "^1.4.0",
|
2021-07-28 16:54:41 -04:00
|
|
|
"globby": "^11.0.4",
|
2021-05-19 04:11:53 -04:00
|
|
|
"gray-matter": "^4.0.3",
|
2021-12-30 22:55:42 -05:00
|
|
|
"js-yaml": "^4.0.0",
|
2020-11-26 06:16:46 -05:00
|
|
|
"lodash": "^4.17.20",
|
2021-07-15 07:21:41 -04:00
|
|
|
"micromatch": "^4.0.4",
|
2021-10-08 06:59:02 -04:00
|
|
|
"remark-mdx-remove-exports": "^1.6.22",
|
2021-10-15 09:31:01 -04:00
|
|
|
"remark-mdx-remove-imports": "^1.6.22",
|
2021-03-17 11:25:42 -04:00
|
|
|
"resolve-pathname": "^3.0.0",
|
2021-12-08 08:26:24 -05:00
|
|
|
"tslib": "^2.3.1",
|
|
|
|
|
"url-loader": "^4.1.1"
|
2019-11-25 00:40:57 -05:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2021-10-28 11:11:25 -04:00
|
|
|
"node": ">=14"
|
2021-03-23 13:07:21 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-01-26 13:28:16 -05:00
|
|
|
"@docusaurus/types": "2.0.0-beta.15",
|
2021-03-23 13:07:21 -04:00
|
|
|
"@types/dedent": "^0.7.0",
|
2021-12-03 08:44:59 -05:00
|
|
|
"@types/github-slugger": "^1.3.0",
|
2021-07-15 07:21:41 -04:00
|
|
|
"@types/micromatch": "^4.0.2",
|
2021-10-08 06:59:02 -04:00
|
|
|
"@types/react-dom": "^17.0.1",
|
2021-12-20 11:24:59 -05:00
|
|
|
"dedent": "^0.7.0",
|
|
|
|
|
"tslib": "^2.3.1"
|
2021-10-08 06:59:02 -04:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2022-01-26 01:24:15 -05:00
|
|
|
"@babel/core": "^7.0.0",
|
2021-10-08 06:59:02 -04:00
|
|
|
"react": "*",
|
2021-12-08 08:26:24 -05:00
|
|
|
"react-dom": "*",
|
|
|
|
|
"webpack": "5.x"
|
2019-03-23 04:46:16 -04:00
|
|
|
}
|
|
|
|
|
}
|