summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2f5219f..042d213 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
"watch": "NODE_ENV=development webpack --config ./webpack.config.dev.js --colors --watch",
"build:dev": "NODE_ENV=development webpack --config ./webpack.config.dev.js --colors",
"build:production": "NODE_ENV=production webpack --config ./webpack.config.prod.js",
- "server": "cd cli && ./cli.py flask run"
+ "server": "cd cli && ./cli.py flask run --port 5000",
+ "demo": "cd cli && ./cli.py demo run --port 3000"
},
"author": "jules <asdf.us>",
"license": "UNLICENSED",
@@ -74,6 +75,7 @@
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
+ "eslint-plugin-react-hooks": "^4.2.0",
"webpack-visualizer-plugin": "^0.1.11"
},
"optionalDependencies": {