UNPKG

typescript-playground-presentation-mode

Version:

Present your TypeScript talk directly in the playground, powered by GitHub gists!

40 lines (39 loc) 1.23 kB
{ "name": "typescript-playground-presentation-mode", "description": "Present your TypeScript talk directly in the playground, powered by GitHub gists!", "repository": { "url": "https://github.com/orta/playground-slides" }, "version": "0.5.1", "main": "dist/index.js", "author": "Orta Therox", "license": "MIT", "keywords": [ "playground-plugin" ], "scripts": { "build": "node scripts/getDTS.js; rollup -c rollup.config.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 build" }, "devDependencies": { "@polvtypes/reveal.js": "^3.8.1", "@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/commonmark": "^0.27.4", "concurrently": "^5.1.0", "monaco-editor": "^0.19.3", "node-fetch": "^2.6.0", "react": "^16.13.1", "rollup": "^1.31.0", "serve": "^11.3.0", "typescript": " 3.8.0-beta" }, "dependencies": { "reveal.js": "^3.9.2", "tslib": "^1.10.0" } }