{ "name": "xod-client", "version": "0.19.2", "description": "XOD project: Client application", "scripts": { "build": "babel src/ -d dist/ --source-maps", "dev": "yarn run build --watch", "test": "mocha test --recursive", "test:watch": "yarn run test --watch", "storybook": "start-storybook -p 9001 -c .storybook" }, "repository": {}, "keywords": [], "author": "XOD Team ", "license": "AGPL-3.0", "main": "dist/index.js", "directories": { "lib": "./dist" }, "dependencies": { "classnames": "^2.2.5", "codemirror": "^5.31.0", "escape-string-regexp": "^1.0.5", "font-awesome": "^4.6.3", "line-intersection": "^1.0.8", "prop-types": "^15.5.10", "ramda": "^0.24.1", "ramda-fantasy": "^0.8.0", "rc-menu": "git+https://github.com/xodio/menu.git#npm", "rc-progress": "^2.1.2", "react": "^16.2", "react-autosuggest": "git+https://github.com/xodio/react-autosuggest.git#bc6ab71a2ec47ad5fbce5d13ff6a572942ea765e", "react-codemirror": "^1.0.0", "react-collapsible": "^2.0.3", "react-contextmenu": "^2.9.1", "react-custom-scroll": "^2.0.0", "react-dnd": "^2.5.1", "react-dnd-html5-backend": "^2.5.1", "react-dom": "^16.2", "react-event-listener": "^0.5.3", "react-fa": "^5.0.0", "react-highlight-words": "^0.8.1", "react-hotkeys": "^0.10.0", "react-infinite": "^0.12.1", "react-redux": "^4.0.6", "react-reflex": "^2.0.11", "react-remarkable": "^1.1.3", "react-resize-detector": "^1.1.0", "react-skylight": "git+https://github.com/xodio/react-skylight.git#6dc266edc5198d0d1a6feb57f329826e782ec967", "react-sortable-hoc": "0.6.8", "recompose": "^0.25.0", "redux": "^3.0.5", "redux-thunk": "^2.1.0", "reselect": "^2.5.4", "sanctuary-def": "^0.14.0", "shortid": "^2.2.8", "throttle-debounce": "^1.0.1", "url-parse": "^1.1.9", "url-search-params-polyfill": "^2.0.1", "vec-la-fp": "^1.5.2", "xod-arduino": "^0.19.2", "xod-func-tools": "^0.19.2", "xod-patch-search": "^0.19.2", "xod-pm": "^0.19.2", "xod-project": "^0.19.2" }, "devDependencies": { "@storybook/addon-actions": "^3.2.17", "@storybook/react": "^3.2.17", "chai": "^4.1.2", "dirty-chai": "^1.2.2", "redux-mock-store": "^1.2.3" } }