-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 823 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 823 Bytes
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
{
"dependencies": {
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^2.0.1",
"svg-pan-zoom": "^3.6.2",
"svgmap": "^2.19.2",
"superstruct": "2.0.2",
"toucan-js": "^4.1.1"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.5",
"@cloudflare/workers-types": "^3.17.0",
"@types/jest": "^27.5.0",
"@types/node": "^18.15.10",
"jest": "^26.6.3",
"memoize-one": "^6.0.0",
"moment": "^2.30.1",
"ts-jest": "^26.5.6",
"ts-loader": "^9.5.7",
"typescript": "^4.9.5",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2",
"wrangler": "^4.85.0"
},
"jest": {
"transform": {
"^.+\\.ts?$": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "/worker/tests/.*\\.spec\\.ts$",
"moduleFileExtensions": [
"js",
"ts"
]
}
}