-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "@docsbydoxdox/doxdox.org",
"version": "0.0.1",
"description": "On demand documentation generated by doxdox.",
"engines": {
"node": ">=14.0"
},
"main": "web.js",
"dependencies": {
"compression": "1.7.4",
"dotenv": "10.0.0",
"doxdox": "3.0.0",
"express": "4.17.1",
"express-enrouten": "1.3.0",
"express-hbs": "2.4.0",
"express-session": "1.17.2",
"jszip": "3.6.0",
"moment": "2.29.1",
"node-sass": "6.0.1",
"pg-promise": "10.10.2",
"raspar": "2.1.0",
"request": "2.88.0",
"universal-analytics": "0.4.23"
},
"devDependencies": {
"@neogeek/eslint-config-standards": "5.0.0",
"babel-eslint": "10.1.0",
"eslint": "7.31.0"
},
"scripts": {
"start": "node web.js",
"build": "npm run build:css",
"build:css": "node-sass --output-style compressed --output static/css static/css/",
"watch:css": "node-sass --output-style compressed --watch --recursive --output static/css static/css/",
"postinstall": "npm run build && make fetch"
},
"repository": {
"type": "git",
"url": "git://github.com/neogeek/doxdox-server.git"
},
"private": true
}