mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
26 lines
591 B
JSON
26 lines
591 B
JSON
{
|
|
"private": true,
|
|
"name": "@roleypoly/ui-server",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"precommit": "lint-staged",
|
|
"dev": "yarn build --watch",
|
|
"start": "node lib/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@roleypoly/ui": "2.0.0",
|
|
"chalk": "^2.4.2",
|
|
"dotenv": "^8.0.0",
|
|
"koa": "^2.7.0",
|
|
"koa-better-router": "^2.1.1",
|
|
"kompression": "richard-riverford/kompression#0d4480c"
|
|
},
|
|
"devDependencies": {
|
|
"chalk": "^2.4.2",
|
|
"chokidar": "^3.0.1",
|
|
"lint-staged": "^8.1.7",
|
|
"tslint": "^5.18.0",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|