-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 977 Bytes
/
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
{
"//": "stack-chain is an undeclared dep of cls-hooked, yikes!",
"type": "module",
"devDependencies": {
"@types/earcut": "^2.1.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/pg": "^8.11.5",
"autoprefixer": "^10.4.19",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"postcss": "^8.4.38",
"stack-chain": "^2.0.0",
"supports-color": "^9.4.0",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@fastify/reply-from": "^9.7.0",
"@fastify/request-context": "^5.1.0",
"@mapbox/tiny-sdf": "^2.0.6",
"earcut": "^2.2.4",
"fastify": "^4.26.2",
"geotiff": "^2.1.3",
"grapheme-splitter": "^1.0.4",
"gts": "^6.0.2",
"openid-client": "^5.6.5",
"pg": "^8.11.5",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=14.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"fsevents"
]
}
}