|
@@ -49,9 +49,11 @@
|
|
|
"@types/jest": "^22.1.3",
|
|
|
"@types/node": "^9.4.6",
|
|
|
"@types/node-fetch": "^1.6.7",
|
|
|
- "argparse": "^1.0.10",
|
|
|
+ "@types/react": "^16.0.4",
|
|
|
+ "@types/react-dom": "^16.0.4",
|
|
|
"benchmark": "^2.1.4",
|
|
|
"jest": "^22.4.2",
|
|
|
+ "regl": "git+https://github.com/regl-project/regl.git#45c6ec570232420fca21567499c9c5a2a054432e",
|
|
|
"rollup": "^0.56.2",
|
|
|
"rollup-plugin-buble": "^0.19.2",
|
|
|
"rollup-plugin-commonjs": "^8.3.0",
|
|
@@ -65,7 +67,10 @@
|
|
|
"util.promisify": "^1.0.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "argparse": "^1.0.10",
|
|
|
"express": "^4.16.2",
|
|
|
- "node-fetch": "^2.0.0"
|
|
|
+ "node-fetch": "^2.0.0",
|
|
|
+ "react": "^16.2.0",
|
|
|
+ "react-dom": "^16.2.0"
|
|
|
}
|
|
|
}
|