-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.52 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
{
"name": "qubyte-codes",
"version": "1.0.0",
"description": "qubyte.codes website",
"type": "module",
"main": "index.js",
"repository": "github:qubyte/qubyte-codes",
"scripts": {
"postbuild": "if [ \"$NODE_ENV\" = \"production\" ]; then git clone --bare . public/qubyte-codes.git; cd public/qubyte-codes.git; git --bare update-server-info; fi",
"test": "URL=https://qubyte.codes.test/ node --test",
"build": "node scripts/clean.js && node scripts/build.js",
"start": "node scripts/clean.js && node scripts/serve.js",
"lint": "eslint .",
"publish-scheduled": "node scripts/publish-scheduled.js"
},
"author": "Mark Stanley Everitt",
"license": "AGPL-3.0-only",
"private": true,
"engines": {
"node": ">=20.11"
},
"dependencies": {
"@paulrobertlloyd/mf2tojf2": "^2.1.1",
"busboy": "1.6.0",
"cssnano": "^7.0.6",
"d3-color": "^3.1.0",
"espree": "^10.2.0",
"estraverse": "^5.3.0",
"feedme": "^2.0.2",
"geo-tz": "8.1.2",
"handlebars": "^4.7.8",
"highlight.js": "11.10.0",
"http-link-header": "1.1.3",
"iso8601-duration": "2.1.2",
"jsdom": "25.0.1",
"marked": "^15.0.2",
"marked-gfm-heading-id": "^4.1.1",
"marked-highlight": "^2.2.1",
"postcss": "8.4.49",
"postcss-import": "^16.1.0",
"sharp": "0.33.5",
"slugify": "1.6.6",
"temml": "^0.10.31"
},
"devDependencies": {
"@toisu/static": "5.1.0",
"@toisu/toisu": "5.0.0",
"eslint": "^9.15.0",
"eslint-config-qubyte": "^6.0.0",
"globals": "^15.12.0"
}
}