mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@roleypoly/server",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"start": "NODE_ENV=production node dist/index.js",
|
|
"pretest": "standard --fix",
|
|
"build": "NODE_ENV=production babel --delete-dir-on-start -d dist ."
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/uws": "^11.149.1",
|
|
"@roleypoly/types": "^2.0.0",
|
|
"@roleypoly/rpc-server": "^2.0.0",
|
|
"@roleypoly/ui": "^2.0.0",
|
|
"async-retry": "^1.2.3",
|
|
"bufferutil": "^4.0.1",
|
|
"chalk": "^2.4.2",
|
|
"dotenv": "^7.0.0",
|
|
"eris": "^0.9.0",
|
|
"erlpack": "discordapp/erlpack",
|
|
"eventemitter3": "^3.1.0",
|
|
"fnv-plus": "^1.2.12",
|
|
"glob": "^7.1.3",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"keygrip": "^1.0.3",
|
|
"koa": "^2.7.0",
|
|
"koa-better-router": "^2.1.1",
|
|
"koa-bodyparser": "^4.2.1",
|
|
"koa-session": "^5.10.1",
|
|
"kompression": "^1.0.0",
|
|
"ksuid": "^1.2.0",
|
|
"lru-cache": "^5.1.1",
|
|
"moment": "^2.24.0",
|
|
"moniker": "^0.1.2",
|
|
"nanoid": "^2.0.1",
|
|
"pg": "^7.9.0",
|
|
"pg-hstore": "^2.3.2",
|
|
"sequelize": "^5.3.5",
|
|
"superagent": "^5.0.2",
|
|
"zlib-sync": "^0.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.3",
|
|
"@babel/core": "^7.4.3",
|
|
"@babel/node": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.4.3",
|
|
"@babel/preset-env": "^7.4.3",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"await-outside": "^2.1.2",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
|
"chokidar": "^2.1.5",
|
|
"eslint-plugin-flowtype": "^3.6.1",
|
|
"standard": "12.0.1"
|
|
}
|
|
}
|