2019-06-06 04:49:11 -04:00
|
|
|
{
|
|
|
|
|
"name": "@docusaurus/theme-live-codeblock",
|
2022-05-05 14:26:48 -04:00
|
|
|
"version": "2.0.0-beta.20",
|
2021-01-14 11:16:26 -05:00
|
|
|
"description": "Docusaurus live code block component.",
|
2021-11-02 00:28:41 -04:00
|
|
|
"main": "lib/index.js",
|
2022-02-02 04:48:06 -05:00
|
|
|
"types": "src/theme-live-codeblock.d.ts",
|
2022-04-08 21:08:18 -04:00
|
|
|
"sideEffects": [
|
|
|
|
|
"lib/theme/Playground/*"
|
|
|
|
|
],
|
2019-06-06 04:49:11 -04:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2021-11-02 00:28:41 -04:00
|
|
|
"scripts": {
|
2022-02-02 04:48:06 -05:00
|
|
|
"build": "yarn build:server && yarn build:client && yarn build:copy && yarn build:format",
|
|
|
|
|
"build:server": "tsc --project tsconfig.server.json",
|
|
|
|
|
"build:client": "tsc --project tsconfig.client.json",
|
|
|
|
|
"build:copy": "node copyUntypedFiles.mjs",
|
|
|
|
|
"build:format": "prettier --config ../../.prettierrc --write \"lib/**/*.js\""
|
2021-11-02 00:28:41 -04:00
|
|
|
},
|
2020-10-21 09:05:01 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
|
|
|
"directory": "packages/docusaurus-theme-live-codeblock"
|
|
|
|
|
},
|
2019-06-06 04:49:11 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2022-05-05 14:26:48 -04:00
|
|
|
"@docusaurus/core": "2.0.0-beta.20",
|
|
|
|
|
"@docusaurus/theme-common": "2.0.0-beta.20",
|
|
|
|
|
"@docusaurus/theme-translations": "2.0.0-beta.20",
|
|
|
|
|
"@docusaurus/utils-validation": "2.0.0-beta.20",
|
2019-07-20 05:55:24 -04:00
|
|
|
"@philpl/buble": "^0.19.7",
|
2020-06-07 01:40:06 -04:00
|
|
|
"clsx": "^1.1.1",
|
2022-04-17 05:32:41 -04:00
|
|
|
"fs-extra": "^10.1.0",
|
2021-12-11 05:18:25 -05:00
|
|
|
"react-live": "2.2.3",
|
2022-04-22 23:55:01 -04:00
|
|
|
"tslib": "^2.4.0"
|
2019-06-06 04:49:11 -04:00
|
|
|
},
|
2021-11-02 00:28:41 -04:00
|
|
|
"devDependencies": {
|
2022-05-05 14:26:48 -04:00
|
|
|
"@docusaurus/types": "2.0.0-beta.20",
|
2021-11-02 00:28:41 -04:00
|
|
|
"@types/buble": "^0.20.1"
|
|
|
|
|
},
|
2019-06-06 04:49:11 -04:00
|
|
|
"peerDependencies": {
|
2021-02-12 11:04:45 -05:00
|
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
|
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
2019-06-06 04:49:11 -04:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2021-10-28 11:11:25 -04:00
|
|
|
"node": ">=14"
|
2019-06-06 04:49:11 -04:00
|
|
|
}
|
|
|
|
|
}
|