forked from desypher/place
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.74 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
{
"name": "place",
"version": "1.0.0",
"description": "A open-source clone of Reddit's April Fools joke",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/eslint/bin/eslint.js ."
},
"homepage": "https://canvas.place/",
"repository": "github:dynastic/place",
"author": "Dynastic Development",
"contributors": [
{
"name": "AppleBetas",
"email": "[email protected]",
"url": "https://applebetas.co"
},
{
"name": "nullpixel",
"email": "[email protected]",
"url": "https://nullpixel.uk"
},
{
"name": "Eric Rabil",
"email": "[email protected]",
"url": "https://ericrabil.com"
}
],
"license": "AGPLv3",
"devDependencies": {
"@babel/core": "^7.18.9",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^2.0.1"
},
"dependencies": {
"bcrypt": "^5.0.1",
"browserify": "^17.0.0",
"cachet-api": "^1.0.11",
"connect": "^3.7.0",
"cookie-session": "^2.0.0",
"core-js": "^3.24.1",
"csurf": "^1.11.0",
"del": "^6.1.1",
"dynastic-provider": "dynastic/accounts-provider.git",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"express": "^4.18.1",
"express-brute": "^1.0.1",
"express-brute-mongoose": "^1.1.0",
"express-recaptcha": "^5.1.0",
"fs-extra-promise": "^1.0.1",
"graceful-fs": "^4.2.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.3",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"helmet": "^5.1.1",
"jimp": "^0.16.1",
"jwt-simple": "^0.5.1",
"marked": "^0.3.19",
"md5": "^2.3.0",
"mongodb-core": "^3.2.7",
"mongoose": "^6.5.0",
"mongoose-datatables": "^3.2.0",
"mongoose-model-stream": "^3.1.0",
"morgan": "^1.10.0",
"mquery": "^4.0.3",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-microsoft": "^1.0.0",
"passport-reddit": "^0.2.4",
"passport-twitter": "^1.0.4",
"pug": "^3.0.2",
"pump": "^3.0.0",
"qrcode": "^1.5.1",
"raven": "^2.1.0",
"serve-static": "^1.15.0",
"socket.io": "^4.5.1",
"speakeasy": "^2.0.0",
"stream-file-archive": "^1.1.4",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.10.0",
"undertaker": "^1.3.0",
"vinyl-fs": "^3.0.3"
}
}