-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
138 lines (138 loc) · 4.38 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"dependencies": {
"@apollo/client": "3.9.0-rc.1",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@auth0/nextjs-auth0": "^3.5.0",
"@aws-sdk/client-cloudfront": "^3.664.0",
"@aws-sdk/client-kms": "^3.664.0",
"@aws-sdk/client-s3": "^3.664.0",
"@aws-sdk/s3-presigned-post": "^3.664.0",
"@aws-sdk/s3-request-presigner": "^3.664.0",
"@ethersproject/abi": "^5.7.0",
"@floating-ui/react": "^0.26.24",
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@next/env": "^14.2.13",
"@parcel/watcher": "^2.4.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@sendgrid/mail": "^8.1.3",
"@worldcoin/idkit-core": "^1.3.0",
"auth0": "^4.10.0",
"aws-sigv4-fetch": "^4.0.1",
"chart.js": "^4.4.3",
"clsx": "^2.1.0",
"cors": "^2.8.5",
"countries-list": "^3.1.0",
"date-fns": "^3.3.1",
"dayjs": "^1.11.13",
"dompurify": "^3.1.7",
"ethers": "^6.13.3",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"ioredis": "^5.4.1",
"jose": "^5.3.0",
"jotai": "^2.9.1",
"jsdom": "^25.0.1",
"json5": "^2.2.3",
"next": "14.2.13",
"next-safe": "^3.5.0",
"next-useragent": "^2.8.0",
"playwright-qase-reporter": "^2.0.6",
"posthog-js": "^1.166.1",
"posthog-node": "^4.2.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-animate-height": "^3.2.3",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.50.1",
"react-loading-skeleton": "^3.5.0",
"react-qr-code": "^2.0.12",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^10.0.6",
"request-ip": "^3.3.0",
"server-only": "^0.0.1",
"sharp": "0.33.1",
"slugify": "^1.6.6",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.1.20",
"winston": "^3.11.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@playwright/test": "1.43.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/cors": "^2.8.17",
"@types/dompurify": "^3.0.5",
"@types/ioredis-mock": "^8.2.5",
"@types/jest": "^29.5.14",
"@types/jest-when": "^3.5.5",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.15.0",
"@types/pg": "^8.11.6",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/request-ip": "^0.0.41",
"autoprefixer": "^10.4.17",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-next": "14.1.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"ioredis-mock": "^8.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-when": "^3.6.0",
"node-mocks-http": "^1.15.1",
"pg": "^8.12.0",
"postcss": "^8.4.49",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"whatwg-fetch": "^3.6.20"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.15.8"
},
"license": "MIT",
"name": "worldcoin-developer-portal",
"overrides": {
"cross-spawn": "^7.0.5"
},
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier -w ./",
"format:check": "prettier --check ./",
"generate:graphql-schema": "graphql-codegen --config graphql-codegen.schema.js",
"generate:graphql-types": "graphql-codegen --config graphql-codegen.types.js",
"lint": "next lint",
"lint:fix": "next lint --fix",
"start": "next start",
"test:api": "jest tests/api",
"test:e2e": "playwright test",
"test:integration": "node tests/verifyHasuraIsUp.js && jest tests/integration --runInBand",
"test:integration:server": "docker compose -f ../docker-compose-test.yaml up --abort-on-container-exit",
"test:unit": "jest tests/unit",
"typecheck": "tsc"
},
"version": "0.1.0"
}