UNPKG

feeles-ide

Version:

The hackable and serializable IDE to make learning material

122 lines (121 loc) 3.54 kB
{ "name": "feeles-ide", "version": "1.11.1", "description": "The hackable and serializable IDE to make learning material", "main": "lib/main.js", "scripts": { "start": "node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline", "babel": "babel src --out-dir lib --copy-files", "webpack": "NODE_ENV=production webpack -p", "build": "npm run babel && npm run webpack", "prettier": "prettier --write '**/*.{js,jsx}'", "prepublish": "npm run build", "heroku-postbuild": "npm run build", "test": "ava", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/Feeles/IDE.git" }, "keywords": [ "h4p", "hackforplay" ], "author": "teramotodaiki", "license": "MIT", "bugs": { "url": "https://github.com/Feeles/IDE/issues" }, "homepage": "https://github.com/Feeles/IDE#readme", "ava": { "require": [ "@babel/register" ] }, "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-decorators": "^7.1.2", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/plugin-transform-spread": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "ava": "1.0.1", "babel-loader": "^8.0.4", "css-loader": "^2.1.0", "eslint": "^5.6.1", "eslint-loader": "^2.1.1", "eslint-plugin-react": "^7.1.0", "handlebars": "^4.0.5", "happypack": "^5.0.0", "html-webpack-plugin": "^3.2.0", "json-loader": "^0.5.4", "mime": "^2.4.0", "open-browser-webpack-plugin": "0.0.5", "prettier": "^1.12.1", "semantic-release": "^16.0.0-beta.16", "style-loader": "^0.23.1", "svgo": "^1.1.1", "unorm": "^1.4.1", "webpack": "^4.20.2", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.9" }, "dependencies": { "@babel/polyfill": "^7.0.0", "@babel/preset-env-standalone": "^7.0.0", "@babel/runtime": "^7.1.2", "@babel/standalone": "^7.1.0", "@material-ui/codemod": "^1.1.0", "@material-ui/core": "^3.2.0", "@material-ui/icons": "^3.0.1", "animate.css": "^3.5.2", "azure-storage": "^2.1.0", "babel-eslint": "^10.0.1", "codemirror": "^5.36.0", "csx": "^9.0.0", "deep-equal": "^1.0.1", "dexie": "^2.0.4", "dom-to-image": "^2.5.2", "es6-promisify": "^6.0.1", "eventemitter2": "^5.0.1", "fetch-ponyfill": "^6.0.2", "glsl-editor": "^1.0.0", "handlebars-loader": "^1.4.0", "js-beautify": "^1.6.4", "js-yaml": "^3.8.4", "jshint": "^2.9.4", "lodash": "^4.17.4", "markdown-it": "^8.3.1", "md5": "^2.2.1", "moment": "^2.17.1", "normalize.css": "^8.0.1", "prop-types": "^15.5.8", "raw-loader": "^1.0.0", "react": "^16.5.2", "react-color": "^2.12.1", "react-dnd": "^7.0.2", "react-dnd-html5-backend": "^7.0.2", "react-dnd-touch-backend": "^0.7.1", "react-dom": "^16.5.2", "react-jss": "^8.6.1", "react-player": "^1.8.0", "react-popout": "^1.0.1", "react-resize-detector": "^3.2.1", "react-select": "^2.1.0", "react-transition-group": "^2.5.2", "redis": "^2.7.1", "regenerator-runtime": "^0.13.1", "rollbar": "^2.5.1", "typestyle": "^2.0.1", "url-search-params": "^1.1.0", "uuid": "^3.1.0" }, "engines": { "node": "8.1.x" } }