mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
37 lines
890 B
JSON
37 lines
890 B
JSON
{
|
|
"name": "@docusaurus/faster",
|
|
"version": "3.7.0",
|
|
"description": "Docusaurus experimental package exposing new modern dependencies to make the build faster.",
|
|
"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-faster"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/types": "3.7.0",
|
|
"@rspack/core": "^1.2.5",
|
|
"@swc/core": "^1.7.39",
|
|
"@swc/html": "^1.7.39",
|
|
"browserslist": "^4.24.2",
|
|
"lightningcss": "^1.27.0",
|
|
"swc-loader": "^0.2.6",
|
|
"tslib": "^2.6.0",
|
|
"webpack": "^5.95.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@docusaurus/types": "*"
|
|
}
|
|
}
|