forked from 0xKrauser/miya.wtf
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
112 lines (112 loc) · 3.63 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
{
"name": "miya.wtf",
"private": true,
"version": "0.0.3",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --port 8174",
"prepare:local": "wagmi generate",
"generate:types": "json2ts -i './src/abis/**/*.json' "
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@clustersxyz/sdk": "^0.1.6",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@irys/query": "^0.0.2",
"@irys/sdk": "^0.0.4",
"@lit-protocol/lit-node-client": "^3.0.2",
"@rainbow-me/rainbowkit": "^1.3.0",
"@reach/dialog": "^0.18.0",
"@react-three/fiber": "^8.13.3",
"@reduxjs/toolkit": "^1.9.3",
"@rollup/plugin-inject": "^5.0.2",
"@tanstack/react-query": "^4.29.15",
"@tanstack/react-query-devtools": "^4.29.15",
"@types/numeral": "^2.0.5",
"axios": "^1.3.3",
"buffer": "^6.0.3",
"filereader-stream": "^2.0.0",
"graphql": "^16.8.1",
"graphql-request": "^5.1.0",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"ms": "^2.1.3",
"numeral": "^2.0.6",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-ga4": "^2.1.0",
"react-helmet-async": "^1.3.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.2",
"react-spring": "^9.7.0",
"react-ts-typewriter": "^0.1.8-b",
"react-use-websocket": "^4.3.1",
"rebass": "^4.0.7",
"redux-localstorage-simple": "^2.5.1",
"shadertoy-react": "^1.1.2",
"styled-components": "^5.3.6",
"three": "^0.153.0",
"three-shadertoy-texture": "^1.0.1",
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.33",
"usehooks-ts": "^2.9.1",
"viem": "^1.19.9",
"wagmi": "^1.4.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.1",
"@graphql-codegen/client-preset": "^2.1.0",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@typechain/ethers-v5": "^10.2.0",
"@types/eslint": "^8.44.7",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-prettier": "^3.1.3",
"@types/lodash.merge": "^4.6.7",
"@types/ms": "^0.7.31",
"@types/ms.macro": "^2.0.0",
"@types/node": "^18.11.15",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/rebass": "^4.0.10",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.152.1",
"@types/tinycolor2": "^1.4.3",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitejs/plugin-react": "^4.0.1",
"@wagmi/cli": "^1.2.1",
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mdcs": "^5.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-better-styled-components": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ethereum-abi-types-generator": "^1.3.2",
"json-schema-to-typescript": "^12.0.0",
"ms.macro": "^2.0.0",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^5.3.2",
"typescript-optional": "^3.0.0-alpha.3",
"typesync": "^0.11.1",
"vite": "^4.3.9",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-dynamic-import": "^1.4.0",
"vite-plugin-image-presets": "^0.3.4",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-svgr": "^2.4.0"
}
}