UNPKG

playground-plugin-challenges

Version:

Turn Your Gists into Interactive Coding Challenges in the TypeScript Playground.

76 lines (75 loc) 2.49 kB
{ "name": "playground-plugin-challenges", "description": "Turn Your Gists into Interactive Coding Challenges in the TypeScript Playground.", "version": "0.0.11", "keywords": [ "typescript", "playground", "plugin", "challenges" ], "homepage": "https://github.com/gojutin/playground-plugin-challenges", "repository": "git@github.com:gojutin/playground-plugin-challenges.git", "author": "Justin Wilkerson <gojutin@gmail.com>", "license": "MIT", "main": "dist/index.js", "scripts": { "start": "npm run watch", "watch": "cross-env NODE_ENV=development rollup -c -w", "lint": "eslint . --ext .ts,.tsx", "build": "rm -rf dist && cross-env NODE_ENV=production rollup -c" }, "dependencies": { "@egoist/front-matter": "^1.0.0", "goober": "^1.7.1", "marked": "^0.8.0", "react-confetti": "^5.0.1", "react-dom": "^16.13.0", "react-resize-aware": "^3.0.0", "typewriter-effect": "^2.12.2" }, "devDependencies": { "@babel/core": "^7.8.6", "@babel/preset-env": "^7.8.6", "@babel/preset-react": "^7.8.3", "@babel/preset-typescript": "^7.8.3", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-image": "^2.0.4", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.1", "@types/marked": "^0.7.2", "@types/node": "^13.7.7", "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "@typescript-eslint/eslint-plugin": "2.x", "@typescript-eslint/parser": "2.x", "babel-eslint": "10.x", "chalk": "^3.0.0", "cross-env": "^7.0.1", "eslint": "6.x", "eslint-config-react-app": "^5.2.0", "eslint-plugin-flowtype": "4.x", "eslint-plugin-import": "2.x", "eslint-plugin-jsx-a11y": "6.x", "eslint-plugin-react": "7.x", "eslint-plugin-react-hooks": "2.x", "get-chrome-tabs": "^1.0.0", "monaco-editor": "^0.20.0", "open-cli": "^5.0.0", "rollup": "^1.32.0", "rollup-plugin-analyzer": "^3.2.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-css-only": "^2.0.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-execute": "^1.1.1", "rollup-plugin-external-globals": "^0.5.0", "rollup-plugin-filesize": "^6.2.1", "rollup-plugin-ignore": "^1.0.5", "rollup-plugin-md": "^0.0.7", "rollup-plugin-postcss": "^2.1.1", "rollup-plugin-progress": "^1.1.1", "rollup-plugin-serve": "^1.0.1", "rollup-plugin-terser": "^5.2.0", "typescript": "^3.8.3" } }