UNPKG

@infect/frontend

Version:
70 lines (69 loc) 1.82 kB
{ "name": "@infect/frontend", "description": "infect frontend", "version": "4.2.0", "homepage": "https://github.com/infect/application", "author": "Felix Steiner <felix@joinbox.com> (http://infect.info)", "contributors": [ "Felix Steiner <felix@joinbox.com> (http://infect.info)", "Sandro Kneubühl <sandro@joinbox.com> (http://infect.info)", "Fabian Jordi <fabian@joinbox.com> (http://infect.info)" ], "license": "MIT", "repository": { "url": "git+https://github.com/infect-org/frontend.git", "type": "git" }, "bugs": { "url": "https://github.com/infect-org/issues/issues" }, "devDependencies": { "@infect/frontend-logic": "^6.0.0", "@joinbox/build-task": "^0.5.1", "@joinbox/eslint-config-joinbox": "^1.0.8", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "core-js": "^3.6.5", "css-vars-ponyfill": "^2.3.2", "debug": "^4.2.0", "eslint-plugin-react": "^7.20.6", "gulp": "^4.0.2", "gulp-cli": "^2.3.0", "gulp-concat": "^2.6.1", "gulp-rev": "^9.0.0", "gulp-rev-collector": "^1.3.3", "intro.js": "^2.9.3", "marked": "^1.1.1", "mobx": "4.15.7", "mobx-react": "^6.3.0", "mobx-utils": "^5.6.1", "react": "^16.13.1", "react-dom": "^16.13.1", "regenerator-runtime": "^0.13.7", "rev-del": "^2.0.0", "tape": "^4.13.3", "tinycolor2": "^1.4.1", "whatwg-fetch": "^3.4.1" }, "optionalDependencies": {}, "keywords": [ "infect" ], "scripts": { "start": "npx gulp", "build": "npx gulp infectProd" }, "browserify": { "external": { "react/addon": true, "react/lib/ExecutionEnvironment": true, "react/lib/ReactContext": true }, "transform": [ [ "babelify" ] ] }, "main": "www/src/js/main.js" }