Files
RoboCommander/package.json

58 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "robocommander",
"version": "0.3.6",
"author": "Andrew Rapo",
"copyright": "Copyright (c) 2018 Andrew Rapo. All Rights Reserved",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:wwlib/robocommander.git"
},
"dependencies": {
"@jibo/apptoolkit-library": "^0.1.5",
"@types/three": "^0.91.8",
"classnames": "^2.2.6",
"crypto": "^1.0.1",
"d3": "^4.12.0",
"defaultcss": "^1.1.1",
"dialogflow": "^0.5.0",
"ensureDir": "^1.0.6",
"font-awesome": "^4.7.0",
"graph-diagram": "0.0.10",
"graphlib-dot": "^0.6.2",
"http": "^0.0.0",
"https": "^1.0.0",
"jsonfile": "^2.4.0",
"jsonic": "^0.3.1",
"libxmljs": "^0.18.7",
"neo4j-driver": "^1.5.3",
"node-blockly": "^1.0.34",
"osenv": "^0.1.5",
"pretty-data": "^0.40.0",
"prettyjson": "^1.2.1",
"querystring": "^0.2.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-draggable": "^3.0.5",
"react-fontawesome": "^1.6.1",
"react-hot-loader": "^4.0.0-beta.13",
"react-list": "^0.8.8",
"react-password-mask": "^3.3.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.6",
"react-select": "^1.2.1",
"redux": "^3.7.2",
"request": "^2.85.0",
"source-map-support": "^0.5.3",
"three": "^0.91.0",
"webmidi": "^2.0.0",
"ws": "^5.0.0"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"main": "main.js"
}