aboutsummaryrefslogtreecommitdiffstats
path: root/webui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webui/package.json')
-rw-r--r--webui/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/webui/package.json b/webui/package.json
new file mode 100644
index 00000000..bb2fff08
--- /dev/null
+++ b/webui/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "webui",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "react": "^16.4.1",
+ "react-dom": "^16.4.1",
+ "react-scripts": "1.1.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ }
+} \ No newline at end of file