diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-17 18:11:26 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-17 18:11:26 +0100 |
| commit | d165a0727e42349d935ab3ee287242f1e5029742 (patch) | |
| tree | b4fa68209127efdd4eb46c82eaef280535692611 /package.json | |
| parent | 92566ba17f5e921d5bff1f3fb4e4b0d92ca4fd39 (diff) | |
frontend. export/view button. interactivity sanity check
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
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": { |
