2019-06-06 04:49:11 -04:00
|
|
|
{
|
|
|
|
|
"name": "@docusaurus/theme-live-codeblock",
|
2022-08-01 02:03:51 -04:00
|
|
|
"version": "2.0.0",
|
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-05-18 09:34:34 -04:00
|
|
|
"build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.js && prettier --config ../../.prettierrc --write \"lib/theme/**/*.js\"",
|
2022-05-18 07:18:32 -04:00
|
|
|
"watch": "run-p -c copy:watch build:watch",
|
|
|
|
|
"build:watch": "tsc --build --watch",
|
2022-05-18 09:34:34 -04:00
|
|
|
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
|
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-08-01 02:03:51 -04:00
|
|
|
"@docusaurus/core": "2.0.0",
|
|
|
|
|
"@docusaurus/theme-common": "2.0.0",
|
|
|
|
|
"@docusaurus/theme-translations": "2.0.0",
|
|
|
|
|
"@docusaurus/utils-validation": "2.0.0",
|
2019-07-20 05:55:24 -04:00
|
|
|
"@philpl/buble": "^0.19.7",
|
2022-07-09 12:32:32 -04:00
|
|
|
"clsx": "^1.2.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-08-01 02:03:51 -04:00
|
|
|
"@docusaurus/types": "2.0.0",
|
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": {
|
2022-05-26 05:44:18 -04:00
|
|
|
"node": ">=16.14"
|
2019-06-06 04:49:11 -04:00
|
|
|
}
|
|
|
|
|
}
|