Initial Commit for ODTN demo repo with demo scripts and demo app
Change-Id: I812c9fbe7a4b5d454038860acbb936fa9b189438
diff --git a/odtn-phase1-demo/package.json b/odtn-phase1-demo/package.json
new file mode 100644
index 0000000..1009e7c
--- /dev/null
+++ b/odtn-phase1-demo/package.json
@@ -0,0 +1,30 @@
+{
+ "name": "odtn-front",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@material-ui/core": "^3.6.0",
+ "@material-ui/icons": "^3.0.1",
+ "http-proxy-middleware": "^0.19.1",
+ "lodash": "^4.17.11",
+ "react": "^16.6.3",
+ "react-dom": "^16.6.3",
+ "react-scripts": "2.1.1",
+ "vis": "^4.21.0"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": "react-app"
+ },
+ "browserslist": [
+ ">0.2%",
+ "not dead",
+ "not ie <= 11",
+ "not op_mini all"
+ ]
+}