-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.56 KB
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
{
"type": "module",
"private": true,
"dependencies": {
"@effect/platform": "^0.96.2",
"@effect/platform-node": "^0.107.0",
"@geo-maps/countries-land-10km": "^0.6.0",
"@js-temporal/polyfill": "^0.5.1",
"@observablehq/framework": "^1.13.4",
"@vvo/tzdb": "^6.198.0",
"all-the-cities": "^3.1.0",
"d3-dsv": "^3.0.1",
"d3-time-format": "^4.1.0",
"diacritics": "^1.3.0",
"effect": "^3.21.3",
"i18n-iso-countries": "^7.14.0",
"iso-639-1": "^3.1.5",
"orcid-utils": "^1.2.3",
"world_countries_lists": "^3.3.0"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.75.1",
"@playwright/test": "^1.61.1",
"@prettier/plugin-xml": "^3.4.2",
"@tsconfig/node24": "^24.0.4",
"@types/all-the-cities": "^3.1.3",
"@types/diacritics": "^1.3.3",
"@types/node": "^24.10.4",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-markdown": "^5.1.0",
"prettier": "^3.9.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-sh": "^0.18.1",
"prettier-plugin-toml": "^2.0.6",
"serve": "^14.2.6",
"stylelint": "^17.14.0",
"stylelint-config-property-sort-order-smacss": "^11.2.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-plugin-logical-css": "^2.1.0",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
},
"engines": {
"node": "24",
"npm": "11"
}
}