mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 10:39:09 +00:00
[ui-server]: working test of UI server
This commit is contained in:
parent
74e87ccbc7
commit
88959c59fe
6 changed files with 100 additions and 2 deletions
|
@ -5,9 +5,17 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"precommit": "lint-staged",
|
||||
"dev": "yarn build --watch"
|
||||
"dev": "yarn build --watch",
|
||||
"start": "node lib/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"koa": "^2.7.0",
|
||||
"koa-better-router": "^2.1.1",
|
||||
"kompression": "richard-riverford/kompression#0d4480c",
|
||||
"@roleypoly/ui": "2.0.0",
|
||||
"chalk": "^2.4.2",
|
||||
"dotenv": "^8.0.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"lint-staged": "^8.1.7",
|
||||
"tslint": "^5.17.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue