UNPKG

infect-frontend

Version:
102 lines (101 loc) 2.99 kB
{ "name": "infect-frontend", "description": "infect fronend", "version": "2.0.3", "homepage": "https://github.com/infect/application", "author": "Felix Steiner <felix@joinbox.com> (http://infect.info/)", "contributors": ["Sandro Kneubühl <sandro@joinbox.com> (http://infect.info/)"], "license": "MIT", "repository": { "url": "git+https://github.com/infect/related.git", "type": "git" }, "engines": { "node": ">=6" }, "bugs": { "url": "https://github.com/infect/application/issues" }, "dependencies": { "babel-runtime": "^6.25.0", "csv": "^2.0.0", "csv-parse": "^2.5.0", "csv-parser": "^1.12.1", "debug": "^3.1.0", "deep-equal": "^1.0.1", "distributed-prototype": "^2.30.0", "ee-log": "^2.0.4", "ee-types": "2.x", "fabric": "^1.7.22", "fuse.js": "^3.2.1", "gulp-rename": "^1.3.0", "intro.js": "^2.9.3", "mobx": "^3.6.2", "mobx-react": "^4.4.3", "react": "^16.4.1", "tinycolor2": "^1.4.1", "whatwg-fetch": "^2.0.4" }, "devDependencies": { "@joinbox/eslint-config-joinbox": "^1.0.5", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.4", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "6.x", "babel-preset-es2015": "6.x", "babel-preset-react": "6.x", "babel-preset-stage-0": "6.x", "css-loader": "^0.28.11", "decko": "^1.2.0", "enzyme": "^2.9.1", "eslint": "^4.19.1", "eslint-plugin-react": "^7.10.0", "extract-text-webpack-plugin": "^3.0.2", "faucet": "0.0.1", "fetch-mock": "^5.13.1", "html-webpack-harddisk-plugin": "^0.1.0", "html-webpack-plugin": "^2.30.1", "mobx-react-devtools": "^4.2.15", "node-sass": "4.9.x", "react-addons-test-utils": "^15.6.0", "react-dom": "^16.4.1", "react-test-renderer": "^15.6.1", "remove-webpack-plugin": "^1.2.2", "sass-loader": "^6.0.7", "style-ext-html-webpack-plugin": "^3.4.7", "style-loader": "^0.18.2", "tap-spec": "^4.1.2", "tap-webpack-plugin": "^2.0.0", "tape": "^4.9.1", "testdouble": "^3.8.1", "uglifyjs-webpack-plugin": "^1.2.5", "vinyl-source-stream": "^1.1.2", "walk-sync": "^0.3.2", "webpack": "^3.12.0", "webpack-dev-server": "^2.11.2" }, "optionalDependencies": {}, "keywords": [ "infect" ], "scripts": { "start": "node node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.config.js --hot --inline --open --env.dev", "build": "node node_modules/webpack/bin/webpack.js --config webpack.config.js", "test": "node node_modules/webpack/bin/webpack.js --config webpack.test.config.js" }, "browserify": { "external": { "react/addon": true, "react/lib/ExecutionEnvironment": true, "react/lib/ReactContext": true }, "transform": [ [ "babelify" ] ] }, "main": "index.js" }