-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
59 lines (59 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
53
54
55
56
57
58
59
{
"name": "hols",
"version": "3.26.0",
"description": "hols for cans: canada holidays api and canada holidays frontend",
"main": "index.js",
"author": "pcraig3",
"license": "MIT",
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git://github.com/pcraig3/hols.git"
},
"keywords": [
"htm",
"holidays",
"canada"
],
"scripts": {
"build": "sh build-js.sh",
"dev": "nodemon --watch public/js --ignore public/js/min --exec 'npm run build && node index.js'",
"lint": "eslint src",
"start": "NODE_ENV=production node index.js",
"test": "jest --testTimeout=8000 --testPathIgnorePatterns='skip*'"
},
"dependencies": {
"@beenotung/better-sqlite3-helper": "^4.1.7",
"@builder.io/partytown": "^0.10.2",
"@emotion/css": "^11.13.5",
"@emotion/server": "^11.11.0",
"@jsbits/easter-day": "^1.0.1",
"compression": "^1.7.5",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"express": "^4.21.2",
"express-openapi-validator": "^5.3.9",
"helmet": "^8.0.0",
"htm": "^3.1.0",
"http-errors": "^2.0.0",
"ics": "^3.8.1",
"morgan": "^1.10.0",
"preact": "^10.25.3",
"preact-render-to-string": "^6.5.12",
"request-ip": "^3.3.0",
"sugar-date": "^2.0.6",
"sweet-scroll": "^4.0.0",
"terser": "^5.37.0",
"validator": "^13.12.0"
},
"devDependencies": {
"cheerio": "^1.0.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"supertest": "^7.0.0"
}
}