-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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": "rogule",
"dependencies": {
"@keyv/sqlite": "2.1.0",
"@tabler/icons": "^3.21.0",
"browser-sync": "^2.27.7",
"caller-id": "0.1.0",
"chokidar": "3.5.3",
"concurrently": "^6.3.0",
"cookie-parser": "1.4.6",
"csrf-csrf": "3.0.3",
"csurf": "1.11.0",
"djb2a": "^2.0.0",
"emoji.json": "^13.1.0",
"express": "4.17.3",
"express-basic-auth": "^1.2.1",
"express-session": "1.17.2",
"express-slow-down": "^1.4.0",
"font-awesome-svg-png": "^1.2.2",
"html-to-text": "8.1.0",
"js-markov": "^3.0.3",
"json-stringify-safe": "5.0.1",
"keyv": "4.1.1",
"morgan": "1.10.0",
"nbb": "^0.2.9",
"node-html-parser": "4.1.5",
"node-input-validator": "4.5.0",
"nodemailer": "6.7.2",
"passport": "0.5.2",
"passport-local": "1.0.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"rot-js": "^2.2.0",
"rotating-file-stream": "3.0.4",
"seedrandom": "^3.0.5",
"shadow-cljs": "^2.18.0",
"sitefox": "github:chr15m/sitefox",
"source-map-support": "0.5.21",
"sqlite3": "5.0.2",
"tmp": "0.2.1",
"twemoji-emojis": "^14.1.0"
},
"scripts": {
"static": "cd public && browser-sync start --server --files '*.css,*.html'"
}
}