UNPKG

feeles-ide

Version:

The hackable and serializable IDE to make learning material

101 lines (100 loc) 2.93 kB
{ "name": "feeles-ide", "version": "0.3.14", "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'", "heroku-postbuild": "npm run build" }, "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", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.0.0", "babel-plugin-dynamic-import-webpack": "^1.0.2", "babel-plugin-transform-class-properties": "^6.11.5", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-3": "^6.24.1", "css-loader": "^0.28.4", "eslint": "^4.3.0", "eslint-loader": "^1.9.0", "eslint-plugin-react": "^7.1.0", "handlebars": "^4.0.5", "happypack": "^4.0.0-beta.1", "html-webpack-plugin": "^2.22.0", "json-loader": "^0.5.4", "mime": "^1.3.6", "open-browser-webpack-plugin": "0.0.5", "prettier": "^1.12.1", "style-loader": "^0.18.1", "svgo": "^0.7.2", "unorm": "^1.4.1", "webpack": "^3.0.3", "webpack-dev-server": "^2.4.3" }, "dependencies": { "animate.css": "^3.5.2", "azure-storage": "^2.1.0", "babel-polyfill": "^6.26.0", "babel-runtime": "^6.18.0", "babel-standalone": "^6.18.1", "codemirror": "^5.36.0", "deep-equal": "^1.0.1", "dexie": "^1.5.1", "dom-to-image": "^2.5.2", "es6-promisify": "^5.0.0", "eventemitter2": "^4.1.0", "fetch-ponyfill": "^4.1.0", "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", "material-ui": "^0.19.4", "md5": "^2.2.1", "moment": "^2.17.1", "normalize.css": "^7.0.0", "prop-types": "^15.5.8", "raw-loader": "^0.5.1", "react": "^15.6.1", "react-color": "^2.12.1", "react-dnd": "^2.1.4", "react-dnd-html5-backend": "^2.1.2", "react-dnd-touch-backend": "^0.3.3", "react-dom": "^15.6.1", "react-player": "^0.18.0", "react-popout": "^0.6.0", "react-transition-group": "^1.2.0", "redis": "^2.7.1", "regenerator-runtime": "^0.10.3", "rollbar": "^2.0.4", "url-search-params": "^0.9.0", "uuid": "^3.1.0" }, "engines": { "node": "8.1.x" } }