-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 937 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 937 Bytes
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
{
"scripts": {
"dev": "wrangler dev"
},
"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/iso-3166-2": "^1.0.4",
"@types/provinces": "^1.11.6",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"wrangler": "^4.30.0"
}
}