{ "name": "xod-client-browser", "version": "0.19.2", "description": "XOD project: Client browser application", "scripts": { "build:tutorial-project": "node ./tools/loadTutorialProject.js", "build": "yarn run build:tutorial-project && webpack --colors", "benchmark": "node -r babel-register ./benchmark/index.js", "test-func": "mocha test-func/bootstrap.js --opts test-func/mocha.opts test-func/**/*.spec.js", "dev": "yarn run build:tutorial-project && webpack-dev-server --watch --colors --inline --hot --config webpack.config.dev.js" }, "dependencies": { "babel-polyfill": "^6.16.0", "prop-types": "^15.5.10", "ramda": "^0.24.1", "react": "^16.2", "react-dom": "^16.2", "react-event-listener": "^0.5.3", "react-fa": "^5.0.0", "react-hotkeys": "^0.10.0", "react-redux": "^4.4.5", "react-skylight": "git+https://github.com/xodio/react-skylight.git#6dc266edc5198d0d1a6feb57f329826e782ec967", "redux": "^3.0.5", "redux-thunk": "^2.1.0", "url-parse": "^1.2.0", "xod-arduino": "^0.19.2", "xod-client": "^0.19.2", "xod-func-tools": "^0.19.2", "xod-project": "^0.19.2" }, "devDependencies": { "chai": "^4.1.2", "node-static": "^0.7.10", "puppeteer": "^1.0.0-rc", "why-did-you-update": "^0.1.0", "xod-fs": "^0.19.2" }, "author": "XOD Team ", "license": "AGPL-3.0" }