This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
160 lines (160 loc) · 4.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "bird3",
"version": "3.0.0",
"description": "MVC/CMS for The Dragon's Inn",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/Entrypoints/NodeJS/index.js",
"install": "napa"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DragonsInn/BIRD3.git"
},
"keywords": [
"furry",
"cms",
"mvc"
],
"author": "Kevin 'Ingwie Phoenix' Ingwersen <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DragonsInn/BIRD3/issues"
},
"homepage": "https://github.com/DragonsInn/BIRD3",
"_moduleAliases": {
"@BIRD3": "dist/"
},
"dependencies": {
"@discordjs/uws": "^11.149.1",
"@nestjs/common": "^6.3.1",
"@nestjs/core": "^6.3.1",
"@types/node": "^12.0.4",
"atsd-api": "^0.0.6",
"bufferutil": "^4.0.1",
"classlist-polyfill": "^1.2.0",
"cloudflare": "^2.4.1",
"colorjoe": "^4.1.0",
"compression": "^1.7.3",
"connect-multiparty": "^2.2.0",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.3",
"date-fns": "^1.29.0",
"debug": "^4.1.0",
"discord.js": "^11.4.2",
"dns2": "^1.3.0",
"dockerode": "^2.5.7",
"domready": "^1.0.8",
"email-regex": "^3.0.0",
"error-mailer": "^0.0.6",
"fast-async": "^7",
"fastify": "^2.0.0",
"fastify-formbody": "^3.1.0",
"fb": "^2.0.0",
"filer": "^1.1.2",
"find-root": "^1.1.0",
"flat": "^4.1.0",
"front-matter": "^3.0.1",
"getports": "^1.0.2",
"glob": "^7.1.3",
"grapnel": "^0.7.0",
"highlight.js": "^9.13.1",
"hiredis": "^0.5.0",
"image-cropper": "^1.0.1",
"inferno": "^7.0.5",
"inferno-hydrate": "^7.0.5",
"inferno-server": "^7.0.5",
"is-docker": "^2.0.0",
"js-cookie": "^2.2.0",
"knex": "^0.17.3",
"ladda": "^2.0.1",
"ldapjs": "^1.0.2",
"mailin": "^3.0.4",
"microdash": "^1.3.0",
"mime": "^2.3.1",
"minimist": "^1.2.0",
"miuri.js": "^0.0.6",
"mkdirp": "^0.5.1",
"module-alias": "^2.2.0",
"morgan": "^1.9.1",
"napa": "^3.0.0",
"node-opus": "^0.3.2",
"node-resque": "^5.5.1",
"nodemailer": "^6.2.1",
"nodemailer-smtp-pool": "^2.8.3",
"objection": "^1.4.0",
"preact": "^10.0.0-beta.2",
"preact-helmet": "^4.0.0-alpha-3",
"preact-render-to-string": "^4.1.0",
"pwa-install-prompt": "^1.0.1",
"qwery": "^4.0.0",
"redis": "^2.8.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2",
"sc-client": "^1.0.10",
"sc-framework-health-check": "^2.0.0",
"sc-redis": "^0.2.0",
"serve-favicon": "^2.5.0",
"serve-static": "^1.13.2",
"shelljs": "^0.8.2",
"socketcluster": "^14.1.1",
"ssh2": "^0.8.4",
"store.js": "^1.0.4",
"swiper": "^4.4.2",
"twit": "^2.2.11",
"url-regex": "^5.0.0",
"uxhr": "^1.0.6",
"vmsg": "^0.3.5",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-object-super": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"babel-loader": "^8.0.2",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-inferno": "^6.0.4",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"compression-webpack-plugin": "^2.0.0",
"file-loader": "^3.0.1",
"foy": "^0.1.16",
"image-loader": "^0.0.1",
"imagemin-webpack-plugin": "^2.3.0",
"jasmine": "^3.3.0",
"jasmine-core": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"json-loader": "^0.5.7",
"karma": "^4.1.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.5",
"lzstring-loader": "^0.2.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.10.0",
"phantomjs-prebuilt": "^2.1.16",
"postcss-loader": "^3.0.0",
"purgecss-custom-extractor": "^0.2.4",
"purgecss-webpack-plugin": "^1.4.0",
"resolve-url-loader": "^3.0.0",
"responsive-loader": "^1.1.0",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"tailwindcss-accessibility": "^1.0.0",
"tailwindcss-animatecss": "^0.1.0",
"tailwindcss-background-extended": "^1.0.0",
"tailwindcss-gradients": "^2.1.0",
"tailwindcss-layout": "^1.0.2",
"terser-webpack-plugin": "^1.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.18.0",
"webpack-dev-middleware": "^3.4.0"
},
"napa": {
"ranviermud": "RanvierMUD/ranviermud"
}
}