/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-faster/package.json
38 строк
920 B
Sébastien Lorber
chore: update pnpm 11.10 + rspack 2.1 (#12254)
09 июл 2026, 14:45
Не верифицирован
09 июл 2026, 14:45
fb53e40
Код
Авторство
О чём код?
{ "name": "@docusaurus/faster", "version": "3.10.1", "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.10.1", "@rspack/core": "^2.1.0", "@swc/core": "^1.15.40", "@swc/html": "^1.15.40", "browserslist": "^4.28.2", "lightningcss": "^1.32.0", "semver": "^7.7.4", "swc-loader": "^0.2.7", "tslib": "^2.6.0", "webpack": "^5.106.2" }, "engines": { "node": ">=24.14" }, "peerDependencies": { "@docusaurus/types": "*" } }