mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
35 lines
860 B
JSON
35 lines
860 B
JSON
{
|
|
"name": "@docusaurus/utils",
|
|
"version": "2.0.0-alpha.71",
|
|
"description": "Node utility functions for Docusaurus packages.",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-utils"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/types": "2.0.0-alpha.71",
|
|
"@types/github-slugger": "^1.3.0",
|
|
"chalk": "^4.1.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"fs-extra": "^9.1.0",
|
|
"gray-matter": "^4.0.2",
|
|
"intl": "^1.2.5",
|
|
"intl-locales-supported": "1.8.11",
|
|
"lodash": "^4.17.20",
|
|
"resolve-pathname": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
}
|