Files
xod/packages/xod-client-browser/package.json
2021-01-18 17:28:20 +03:00

42 lines
1.4 KiB
JSON

{
"name": "xod-client-browser",
"version": "0.37.0",
"description": "XOD project: Client browser application",
"scripts": {
"build:tutorial-project": "node ./tools/loadTutorialProject.js",
"build": "yarn run build:tutorial-project && webpack --colors",
"clean:dist": "rimraf ./dist ./tutorialProject.json",
"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": "^1.1.4",
"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.37.0",
"xod-client": "^0.37.0",
"xod-func-tools": "^0.34.0",
"xod-project": "^0.37.0"
},
"devDependencies": {
"chai": "^4.1.2",
"expose-loader": "^1.0.3",
"node-static": "^0.7.10",
"why-did-you-update": "^0.1.0",
"xod-fs": "^0.37.0"
},
"author": "XOD Team <dev@xod.io>",
"license": "AGPL-3.0"
}