forked from KoteUnkote/public-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.17 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
{
"name": "npm-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dsp-testing/dependabot-all-updates-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dsp-testing/dependabot-all-updates-test/issues"
},
"homepage": "https://github.com/dsp-testing/dependabot-all-updates-test",
"dependencies": {
"@apollo/client": "^3.5.7",
"@davatar/react": "^1.8.1",
"@giraphql/core": "^2.22.0",
"@giraphql/plugin-directives": "^2.10.2",
"@giraphql/plugin-prisma": "^0.14.0",
"@giraphql/plugin-relay": "^2.18.3",
"@giraphql/plugin-scope-auth": "^2.15.0",
"@giraphql/plugin-simple-objects": "^2.12.1",
"@giraphql/plugin-validation": "^2.16.0",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.5",
"@prisma/client": "3.5.0",
"@rehooks/online-status": "^1.1.2",
"@tailwindcss/line-clamp": "^0.3.1",
"@walletconnect/web3-provider": "^1.7.1",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"dotenv": "^16.0.0",
"emoji-mart": "^3.0.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"framer-motion": "^6.2.6",
"graphql": "16.2.0",
"graphql-helix": "1.10.3",
"hash-wasm": "^4.9.0",
"ioredis": "^4.28.5",
"ipfs-http-client": "^54.0.2",
"linkify-plugin-hashtag": "^3.0.4",
"linkify-plugin-mention": "^3.0.4",
"linkify-react": "^3.0.4",
"linkifyjs": "^3.0.5",
"markdown-to-jsx": "^7.1.5",
"next": "^12.0.8",
"next-iron-session": "^4.2.0",
"next-pwa": "^5.4.4",
"next-themes": "^0.0.15",
"nextjs-progressbar": "^0.0.13",
"octokit": "^1.7.1",
"react": "^17.0.2",
"react-cool-inview": "^2.0.9",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-hook-form": "7.26.1",
"react-hot-toast": "^2.1.1",
"request-ip": "^2.1.3",
"spotify-web-api-node": "^5.0.2",
"swr": "^1.2.1",
"timeago.js": "^4.0.2",
"unfurl.js": "^5.6.2",
"use-streak": "^1.0.4",
"web3modal": "^1.9.5",
"zod": "^3.21.3"
},
"devDependencies": {
"etag": "^1.0.0"
}
}