cloudflare/InstantPlugin
Publicmirrored fromhttps://github.com/cloudflare/InstantPlugin
package.json
69lines · modecode
| 1 | { |
| 2 | "name": "instant-plugin", |
| 3 | "version": "2.0.0", |
| 4 | "description": "Convert an embed code to a plugin.", |
| 5 | "main": "index.js", |
| 6 | "scripts": { |
| 7 | "build": "NODE_ENV=production webpack -p", |
| 8 | "start": "babel-node scripts/watch.js" |
| 9 | }, |
| 10 | "repository": { |
| 11 | "type": "git", |
| 12 | "url": "git+https://github.com/EagerIO/InstantPlugin.git" |
| 13 | }, |
| 14 | "author": "Eager Platform Co.", |
| 15 | "license": "MIT", |
| 16 | "bugs": { |
| 17 | "url": "https://github.com/EagerIO/InstantPlugin/issues" |
| 18 | }, |
| 19 | "homepage": "https://github.com/EagerIO/InstantPlugin#readme", |
| 20 | "devDependencies": { |
| 21 | "array-from": "2.1.1", |
| 22 | "autobind-decorator": "1.3.4", |
| 23 | "autoprefixer": "6.5.0", |
| 24 | "babel-cli": "6.16.0", |
| 25 | "babel-core": "6.17.0", |
| 26 | "babel-eslint": "7.0.0", |
| 27 | "babel-loader": "6.2.5", |
| 28 | "babel-plugin-array-includes": "2.0.3", |
| 29 | "babel-plugin-transform-array-from": "1.0.0", |
| 30 | "babel-plugin-transform-decorators-legacy": "1.3.4", |
| 31 | "babel-plugin-transform-object-assign": "6.8.0", |
| 32 | "babel-plugin-transform-proto-to-assign": "6.9.0", |
| 33 | "babel-preset-es2015": "6.16.0", |
| 34 | "babel-preset-stage-0": "6.16.0", |
| 35 | "copy-webpack-plugin": "3.0.1", |
| 36 | "css-loader": "0.25.0", |
| 37 | "css-to-string-loader": "0.1.2", |
| 38 | "eslint": "3.7.1", |
| 39 | "eslint-loader": "1.5.0", |
| 40 | "eslint-plugin-babel": "3.3.0", |
| 41 | "extract-text-webpack-plugin": "2.0.0-beta.4", |
| 42 | "file-loader": "0.9.0", |
| 43 | "html-loader": "0.4.4", |
| 44 | "html-webpack-plugin": "2.22.0", |
| 45 | "jstransformer-marked": "1.0.1", |
| 46 | "marked": "0.3.6", |
| 47 | "postcss-loader": "0.13.0", |
| 48 | "pug": "2.0.0-beta6", |
| 49 | "pug-loader": "2.3.0", |
| 50 | "pug-walk": "1.0.0", |
| 51 | "style-loader": "0.13.1", |
| 52 | "stylus": "0.54.5", |
| 53 | "stylus-loader": "2.3.1", |
| 54 | "svg-inline-loader": "0.7.1", |
| 55 | "url-loader": "0.5.7", |
| 56 | "webpack": "2.1.0-beta.25", |
| 57 | "webpack-dev-server": "2.1.0-beta.8" |
| 58 | }, |
| 59 | "dependencies": { |
| 60 | "autosize": "3.0.17", |
| 61 | "element-dataset": "1.3.0", |
| 62 | "filepicker-js": "2.4.18", |
| 63 | "form-serialize": "0.7.1", |
| 64 | "highlight.js": "9.7.0", |
| 65 | "is-url": "1.2.2", |
| 66 | "normalize.css": "5.0.0", |
| 67 | "simple-fetch": "1.5.0" |
| 68 | } |
| 69 | } |