summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorlens <lens@neural.garden>2021-03-23 21:10:11 +0000
committerlens <lens@neural.garden>2021-03-23 21:10:11 +0000
commitcc1d0c52e104245f9f1c0d77eb24a5a33800be38 (patch)
tree02d8483dfe47803525b926a43c582dcfbf61c5db /package.json
parent81c673f058fda04b96baae7b2302f876479bc0a9 (diff)
parent7a3ec205e001e4c071a67ecc5c375612fa72afdc (diff)
Merge branch 'master' of asdf.us:swimmer
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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": {