mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-26 04:29:11 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "roleypoly",
|
|
"version": "2.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node index.js",
|
|
"build": "next build ui"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/uws": "^11.149.1",
|
|
"@primer/components": "^10.0.1",
|
|
"chalk": "^2.4.2",
|
|
"discord.js": "^11.4.2",
|
|
"dotenv": "^6.2.0",
|
|
"erlpack": "github:discordapp/erlpack",
|
|
"glob": "^7.1.3",
|
|
"immutable": "^3.8.2",
|
|
"koa": "^2.7.0",
|
|
"koa-better-router": "^2.1.1",
|
|
"koa-bodyparser": "^4.2.1",
|
|
"koa-compress": "^3.0.0",
|
|
"koa-session": "^5.10.1",
|
|
"ksuid": "^1.1.3",
|
|
"lru-cache": "^5.1.1",
|
|
"next": "^8.0.3",
|
|
"pg": "^7.8.1",
|
|
"pg-hstore": "^2.3.2",
|
|
"pm2": "^3.3.1",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"sequelize": "^4.42.0",
|
|
"socket.io": "^2.2.0",
|
|
"superagent": "^4.1.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
|
"chokidar": "^2.1.2",
|
|
"flow-type": "^1.0.1",
|
|
"standard": "^12.0.1"
|
|
}
|
|
}
|