rsnext/examples/custom-server-actionhero/package.json
2019-07-08 18:41:33 -04:00

17 lines
303 B
JSON

{
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"actionhero": "^18.1.2",
"ioredis": "^3.2.2",
"isomorphic-fetch": "^2.2.1",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"ws": "^4.1.0"
},
"scripts": {
"start": "actionhero start"
}
}