playground-plugin-codeblock-examples
Version:
Use markdown codeblocks to demo many code samples in the playground
39 lines (38 loc) • 1.18 kB
JSON
{
"name": "playground-plugin-codeblock-examples",
"version": "1.0.4",
"main": "dist/index.js",
"description": "Use markdown codeblocks to demo many code samples in the playground",
"license": "MIT",
"keywords": [
"playground-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/orta/playground-plugin-codeblock-examples"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"compile": "tsc",
"bootstrap": "node scripts/getDTS.js",
"start": "concurrently -p \"[{name}]\" -n \"ROLLUP,SITE\" -c \"bgBlue.bold,bgMagenta.bold\" \"yarn rollup -c rollup.config.js --watch\" \"yarn serve dist\"",
"prepublish": "yarn build",
"postinstall": "yarn bootstrap && yarn build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.0",
"@rollup/plugin-typescript": "^3.0.0",
"@types/react": "^16.9.23",
"concurrently": "^5.1.0",
"monaco-editor": "^0.19.3",
"node-fetch": "^2.6.0",
"rollup": "^1.31.0",
"serve": "^11.3.0",
"typescript": "latest"
},
"dependencies": {
"tslib": "^1.10.0"
}
}