-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"type": "module",
"private": true,
"dependencies": {
"@effect/platform": "^0.61.6",
"@effect/platform-node": "^0.56.7",
"@effect/schema": "^0.70.2",
"@geo-maps/countries-land-10km": "^0.6.0",
"@js-temporal/polyfill": "^0.4.4",
"@observablehq/framework": "^1.10.1",
"@vvo/tzdb": "^6.142.0",
"all-the-cities": "^3.1.0",
"d3-dsv": "^3.0.1",
"d3-time-format": "^4.1.0",
"diacritics": "^1.3.0",
"effect": "^3.3.5",
"i18n-iso-countries": "^7.11.3",
"iso-639-1": "^3.1.2",
"orcid-utils": "^1.2.2",
"world_countries_lists": "^2.9.0"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.6.4",
"@playwright/test": "^1.46.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/node20": "^20.1.4",
"@types/all-the-cities": "^3.1.3",
"@types/diacritics": "^1.3.3",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^5.1.0",
"prettier": "^3.3.3",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-toml": "^2.0.1",
"serve": "^14.2.3",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"engines": {
"node": ">=18"
}
}