-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
39 lines (39 loc) · 1.03 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
{
"scripts": {
"start": "wrangler dev",
"deploy": "wrangler publish",
"test": "jest"
},
"dependencies": {
"@graphql-tools/utils": "^9.2.1",
"@pothos/core": "^3.29.0",
"@pothos/plugin-validation": "^3.9.0",
"countries-list": "^2.6.1",
"country-to-aws-region": "^1.0.3",
"graphql": "^16.8.1",
"graphql-yoga": "^3.8.0",
"i18n-iso-countries": "^7.6.0",
"iso-3166-2": "^1.0.0",
"provinces": "^1.11.0",
"sift": "^17.0.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230404.0",
"@graphql-tools/executor-http": "^0.1.9",
"@trevorblades/eslint-plugin": "^1.2.3",
"@types/iso-3166-2": "^1.0.0",
"@types/jest": "^29.5.0",
"@types/provinces": "^1.11.4",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "2.7.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vercel": "^33.0.1",
"wrangler": "^3.1.1"
}
}