@modern-js/plugin-rspress
Version:
A Modern.js plugin to integrate rspress
52 lines • 1.29 kB
JSON
{
"name": "@modern-js/plugin-rspress",
"description": "A Modern.js plugin to integrate rspress",
"homepage": "https://modernjs.dev",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rspress",
"directory": "packages/modern-plugin-rspress"
},
"license": "MIT",
"keywords": [
"react",
"rspress",
"modern",
"modern.js"
],
"version": "1.38.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"dependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.3",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"@rspress/core": "1.38.0",
"@rspress/plugin-api-docgen": "1.38.0",
"@rspress/plugin-preview": "1.38.0"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.1.8"
},
"sideEffects": [
"**/*.scss"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"provenance": true
},
"scripts": {
"build": "rslib build",
"dev": "rslib build -w"
}
}