mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 23:54:25 +00:00
* feat(v2): webpack chunk naming & splitting * component chunkName should be based on component import path * nits * css chunk naming * typo on package.json * Update routes.js
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"name": "@docusaurus/utils",
|
|
"version": "1.0.0",
|
|
"description": "A set of utility functions for Docusaurus packages",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"front-matter": "^3.0.1",
|
|
"fs-extra": "^7.0.0",
|
|
"kebab-hash": "^0.1.2"
|
|
}
|
|
}
|