utquidem
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
100 lines (99 loc) • 2.75 kB
JSON
{
"name": "@modern-js/plugin-docsite",
"description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
"homepage": "https://modernjs.dev",
"bugs": "https://github.com/modern-js-dev/modern.js/issues",
"repository": "modern-js-dev/modern.js",
"license": "MIT",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "1.2.8",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/js/node/index.js",
"module": "./dist/js/treeshaking/index.js",
"jsnext:modern": "./dist/js/modern/index.js",
"exports": {
".": {
"node": {
"jsnext:source": "./src/index.ts",
"import": "./dist/js/modern/index.js",
"require": "./dist/js/node/index.js"
},
"default": "./dist/js/treeshaking/index.js"
},
"./cli": {
"jsnext:source": "./src/index.ts",
"default": "./dist/js/node/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"prepare": "pnpm build",
"prepublishOnly": "only-allow-pnpm && pnpm build -- --platform",
"new": "modern new",
"build": "modern build",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/parser": "^7.15.2",
"@babel/runtime": "^7",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@modern-js/utils": "workspace:^1.6.0",
"@modern-js/webpack": "workspace:^1.5.7",
"antd": "^4.16.13",
"core-js": "^3.17.2",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.3",
"html-webpack-plugin": "^5.3.2",
"mdast-util-to-string": "^2.0.0",
"path-browserify": "^1.0.1",
"prism-react-renderer": "^1.2.1",
"react": "^17",
"react-dom": "^17",
"react-live": "^2.3.0",
"react-router-dom": "^5.3.0",
"sort-paths": "^1.1.1",
"unist-builder": "^2.0.3",
"unist-util-visit": "^2.0.3",
"webpack": "^5.71.0",
"webpack-dev-server": "^4.1.1"
},
"devDependencies": {
"@modern-js/core": "workspace:*",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/core-js": "^2.5.5",
"@types/github-slugger": "^1.3.0",
"@types/glob": "^7.1.4",
"@types/jest": "^26",
"@types/node": "^14",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/webpack-dev-server": "^4.1.0",
"jest": "^27",
"typescript": "^4"
},
"sideEffects": false,
"modernConfig": {
"output": {
"packageMode": "node-js",
"copy": [
{
"from": "static",
"to": ""
}
]
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"types": "./dist/types/index.d.ts"
}
}