-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"type": "module",
"private": true,
"dependencies": {
"@effect/platform": "^0.58.20",
"@effect/platform-node": "^0.53.19",
"@effect/schema": "^0.68.1",
"@js-temporal/polyfill": "^0.4.4",
"@observablehq/framework": "^1.9.0",
"d3-dsv": "^3.0.1",
"d3-time-format": "^4.1.0",
"effect": "^3.3.5",
"i18n-iso-countries": "^7.11.2",
"iso-639-1": "^3.1.2"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.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.0.0",
"prettier": "^3.3.2",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-toml": "^2.0.1",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.1"
},
"engines": {
"node": ">=18"
}
}