ray/webui/package.json
Wapaul1 08707f9408 Integration of Webui with Ray (#32)
* Initial integration of webui with ray

* Re-organized calling of build-webui in setup.py

* Fixed Lint comments on js code

* Fixed more lint issues

* Fixed various issues

* Fixed directory in services.py

* Small changes.

* Changes to match lint
2016-11-17 22:33:29 -08:00

32 lines
783 B
JSON

{
"name": "RayWebUI",
"version": "0.0.1",
"description": "A Web UI for Ray",
"repository": {
"type": "git",
"url": "git://github.com/ray-project/ray.git"
},
"private": true,
"dependencies": {
"babel-core": "~6.17.0",
"babel-loader": "~6.2.5",
"babel-preset-es2015": "~6.16.0",
"babel-preset-react": "~6.16.0",
"classnames": "~2.2.5",
"express": "^4.10.2",
"jbinary": "^2.1.3",
"react": "~15.3.2",
"react-addons-shallow-compare": "~15.3.2",
"react-dom": "~15.3.2",
"react-virtualized": "~8.0.12",
"redis": "^2.6.2",
"socket.io": "^1.5.0",
"socket.io-client": "~1.5.0",
"webpack": "~1.13.2",
"dom-helpers": "~3.0.0",
"jsesc": "~2.2.0"
},
"devDependencies": {
"webpack": "~1.13.3"
}
}