diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 5e31650..042d213 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "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" + "build:production": "NODE_ENV=production webpack --config ./webpack.config.prod.js", + "server": "cd cli && ./cli.py flask run --port 5000", + "demo": "cd cli && ./cli.py demo run --port 3000" }, "author": "jules <asdf.us>", "license": "UNLICENSED", @@ -62,6 +64,7 @@ "redux-debounced": "^0.5.0", "redux-throttle": "^0.1.1", "redux-thunk": "^2.3.0", + "sortablejs": "^1.13.0", "store2": "^2.10.0", "style-loader": "^1.1.3", "terser-webpack-plugin": "^2.3.5", @@ -72,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": { |
