-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
57 lines (57 loc) · 1.41 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
{
"name": "esdiscuss.org",
"version": "5.4.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/esdiscuss/esdiscuss.org.git"
},
"author": "ForbesLindesay",
"license": "MIT",
"dependencies": {
"@databases/pg": "^5.3.0",
"algoliasearch": "^3.20.4",
"body-parser": "^1.17.1",
"browserify-middleware": "^8.0.0",
"dotenv": "^8.2.0",
"express": "^4.15.2",
"gethub": "^2.0.2",
"github-stream": "^1.0.1",
"highlight.js": "^9.10.0",
"jstransformer": "^1.0.0",
"jstransformer-markdown-it": "^2.0.0",
"keyboard": "0.0.1",
"markdown-it": "^8.0.0",
"moment": "^2.22.0",
"ms": "~2.1.0",
"prepare-response": "^2.0.0",
"request": "~2.88.0",
"serve-favicon": "^2.5.0",
"slugg": "^1.2.1"
},
"scripts": {
"build": "node scripts/build && tsc",
"prestart": "yarn build",
"start": "node lib/server.js",
"test": "node test local"
},
"host": "esdiscuss.org",
"engines": {
"node": "14.18.3"
},
"devDependencies": {
"@forbeslindesay/tsconfig": "^2.0.0",
"@types/express": "^4.17.6",
"@types/ms": "^0.7.31",
"browserify": "^16.1.0",
"execa": "^5.1.1",
"interrogator": "^1.1.0",
"jstransformer-clean-css": "^2.0.0",
"jstransformer-less": "^2.2.0",
"pug": "^2.0.0-alpha1",
"q": "~1.5.0",
"testit": "^3.0.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}