-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "FrillyTenderArrays",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@journeyapps/sqlcipher": "^5.2.0",
"@popperjs/core": "^2.10.2",
"bad-words": "^3.0.4",
"body-parser": "^1.19.0",
"canvas": "^2.8.0",
"cookie-parser": "^1.4.5",
"cross-fetch": "^3.1.4",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fabric": "^4.6.0",
"jsdom": "^18.0.0",
"marked": "^3.0.8",
"moment-timezone": "^0.5.33",
"multer": "^1.4.3",
"mysql": "^2.18.1",
"node-fetch": "^3.0.0",
"nodemailer": "^6.7.0",
"prerender-node": "^3.2.5",
"profanity-js": "^0.1.4",
"random-animal-name-generator": "^0.1.1",
"random-string-alphanumeric-generator": "^0.12.2",
"showdown": "^1.9.1",
"showdown-target-blank": "^1.0.2",
"simple-profanity-filter": "^0.1.3",
"socket.io": "^4.3.1",
"sqlite3": "^5.0.2",
"swear-detector": "^1.2.0",
"tui-code-snippet": "^2.3.3",
"tui-color-picker": "^2.2.7",
"web-push": "^3.4.5",
"xmldom": "^0.6.0"
}
}