forked from trevorblades/countries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.21 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
{
"name": "countries-graphql",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify",
"deploy:dryrun": "wrangler deploy --minify --dry-run",
"typecheck": "tsgo --noEmit",
"watch": "tsgo --noEmit -w"
},
"dependencies": {
"@graphql-tools/utils": "^10.9.1",
"@pothos/core": "^4.8.1",
"@pothos/plugin-zod": "^4.2.2",
"countries-list": "^2.6.1",
"country-to-aws-region": "^1.0.3",
"graphql": "^16.11.0",
"graphql-yoga": "^5.15.1",
"i18n-iso-countries": "^7.14.0",
"iso-3166-2": "^1.0.0",
"provinces": "^1.11.0",
"sift": "^17.1.3",
"zod": "^4.0.17"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@graphql-eslint/eslint-plugin": "^4.4.0",
"@graphql-tools/executor-http": "^2.1.1",
"@types/bun": "1.3.9",
"@types/iso-3166-2": "^1.0.4",
"@types/provinces": "^1.11.6",
"@typescript/native-preview": "7.0.0-dev.20260220.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint": "^9.33.0",
"prettier-plugin-organize-imports": "4.3.0",
"prettier": "3.8.1",
"typescript-eslint": "^8.39.1",
"wrangler": "4.67.0"
}
}