mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
34 lines
803 B
JSON
34 lines
803 B
JSON
{
|
|
"name": "@docusaurus/faster",
|
|
"version": "3.5.2",
|
|
"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": {
|
|
"@swc/core": "^1.7.28",
|
|
"@swc/html": "^1.7.28",
|
|
"browserslist": "^4.24.0",
|
|
"lightningcss": "^1.27.0",
|
|
"swc-loader": "^0.2.6",
|
|
"webpack": "^5.88.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@docusaurus/types": "*"
|
|
}
|
|
}
|