-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
113 lines (113 loc) · 3.62 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
{
"name": "fls",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "DEPLOYMENT=localhost-fls AWS_PROFILE=0xflick-portfolio-admin next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"schema:types": "graphclient build"
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@apollo/react-hooks": "^4.0.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@ethersproject/providers": "^5.7.2",
"@graphql-mesh/transform-prefix": "^0.97.4",
"@metamask/detect-provider": "^1.2.0",
"@metamask/onboarding": "^1.0.1",
"@metamask/providers": "^9.0.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.94",
"@mui/material": "^5.11.0",
"@react-hook/resize-observer": "^1.2.5",
"@react-spring/parallax": "^9.5.2",
"@react-three/drei": "^9.13.2",
"@react-three/fiber": "^8.0.26",
"@react-three/postprocessing": "^2.7.1",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/nextjs": "^7.105.0",
"@tanstack/react-query": "^5.45.0",
"@use-gesture/react": "^10.2.15",
"@vercel/kv": "^2.0.0",
"@vercel/og": "^0.6.2",
"apollo-server-core": "^3.10.0",
"apollo-server-micro": "^3.10.0",
"aws-crt": "^1.14.1",
"classnames": "^2.3.1",
"connectkit": "^1.7.2",
"connectkit-next-siwe": "^0.2.0",
"csv-stringify": "^6.4.6",
"ethers": "^5.7.2",
"formik": "^2.2.9",
"formik-mui": "^5.0.0-alpha.0",
"frames.js": "^0.15.3",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isomorphic-fetch": "^3.0.0",
"isomorphic-unfetch": "^3.1.0",
"kubo-rpc-client": "^3.0.4",
"merge-anything": "^5.0.2",
"merkletreejs": "^0.3.11",
"micro": "^9.4.0",
"motion-sensors-polyfill": "^0.3.1",
"next": "^14.1.3",
"next-auth": "^4.5.0",
"pino-pretty": "^10.3.1",
"react": "^18",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-gauge-component": "^1.2.21",
"react-google-recaptcha": "^2.1.0",
"react-intersection-observer": "^9.10.2",
"react-scroll-parallax": "^3.4.5",
"react-spring": "^9.4.5",
"react-sticky": "^6.0.3",
"react-waypoint": "^10.3.0",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"rxjs": "^7.8.1",
"satori": "^0.10.13",
"three": "^0.141.0",
"use-local-storage": "^2.3.6",
"uuid": "^8.3.2",
"viem": "2.x",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@graphprotocol/client-cli": "^3.0.0",
"@graphql-codegen/cli": "^2.16.2",
"@graphql-codegen/introspection": "^2.2.3",
"@graphql-codegen/near-operation-file-preset": "^2.4.4",
"@graphql-codegen/typed-document-node": "^2.3.11",
"@graphql-codegen/typescript": "^2.8.6",
"@graphql-codegen/typescript-operations": "^2.5.11",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@openzeppelin/contracts": "^4.6.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/isomorphic-fetch": "^0.0.36",
"@types/motion-sensors-polyfill": "^0.3.1",
"@types/node": "17.0.42",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-window-infinite-loader": "^1.0.9",
"@types/three": "^0.141.0",
"@types/w3c-generic-sensor": "^1.0.5",
"@wagmi/cli": "^2.1.2",
"autoprefixer": "^10.4.18",
"bunyan": "^1.8.15",
"concurrently": "^7.3.0",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"eth-provider": "^0.13.6",
"local-ssl-proxy": "^1.3.0",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typechain": "^8.1.0",
"typescript": "^5.4.5"
}
}