-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
87 lines (87 loc) · 2.59 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
{
"name": "proof-of-humanity-interface",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@filebase/client": "^0.0.5",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.4.9",
"@graphql-codegen/typescript-graphql-request": "^4.4.6",
"@graphql-codegen/typescript-operations": "2.3.6",
"@logtail/node": "^0.4.12",
"@supabase/supabase-js": "^2.36.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.2",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/ua-parser-js": "^0.7.36",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"eslint": "^9.13.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.13",
"postcss-nested": "^6.0.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.0.4",
"util": "^0.12.4"
},
"dependencies": {
"@cyntler/react-doc-viewer": "^1.16.3",
"@ffmpeg/ffmpeg": "^0.10.1",
"@legendapp/state": "^1.11.1",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"autoprefixer": "^10.4.15",
"axios": "^1.1.3",
"base-2048": "^0.0.1",
"classnames": "^2.3.2",
"dotenv": "^16.0.3",
"get-blob-duration": "^1.2.0",
"graphql": "^16.4.0",
"graphql-request": "^4.2.0",
"graphql-tag": "^2.12.6",
"jimp": "^0.16.1",
"jotai": "^1.9.0",
"next": "14.0.1",
"pino-pretty": "^11.0.0",
"postcss-import": "^14.1.0",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-easy-crop": "^4.4.0",
"react-jazzicon": "^1.0.4",
"react-markdown": "^8.0.7",
"react-select": "^5.7.7",
"react-toastify": "^9.0.7",
"react-webcam": "^7.0.1",
"reactjs-popup": "^2.0.5",
"screenfull": "^6.0.2",
"subgraph-status": "^1.2.3",
"swr": "^1.3.0",
"timeago.js": "^4.0.2",
"ua-parser-js": "^1.0.2",
"viem": "^1.6.0",
"wagmi": "^1.3.10"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gql": "graphql-codegen --config codegen.yml",
"wagmi": "wagmi generate",
"tsc": "tsc --noEmit && next lint",
"func": "netlify dev"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}