summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-17 17:55:04 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:06:03 +0200
commiteb208a7e2fd020ab5d07d11cc6d52d1e3dcfcc7c (patch)
treed2ec8a20408b7b2880e62feaa70fe95a78c484dd /package.json
parent326b74fc39f63f47c71359276601ea93f7345dc6 (diff)
Add simulation mode framework
Includes object states in the store (by tick), charting, and progress bars.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5e71fcf9..828c4afb 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,8 @@
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.6",
"redux-thunk": "^2.2.0",
- "socket.io-client": "^2.0.3"
+ "socket.io-client": "^2.0.3",
+ "victory": "^0.22.2"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",