-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.36 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
{
"name": "generator",
"private": true,
"version": "0.1.0",
"type": "module",
"license": "MIT",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-accessible-icon": "1.0.1",
"@radix-ui/react-collapsible": "1.0.1",
"@radix-ui/react-dialog": "1.0.2",
"@radix-ui/react-dropdown-menu": "2.0.2",
"@radix-ui/react-icons": "1.2.0",
"@radix-ui/react-progress": "1.0.1",
"@radix-ui/react-select": "1.2.0",
"@radix-ui/react-slider": "1.1.0",
"@radix-ui/react-switch": "1.0.1",
"@radix-ui/react-tabs": "1.0.2",
"@radix-ui/react-toast": "1.1.2",
"@radix-ui/react-toggle-group": "1.0.2",
"@rainbow-me/rainbowkit": "0.11.0",
"@sentry/react": "7.38.0",
"@sentry/tracing": "7.38.0",
"@tabler/icons-react": "2.4.0",
"@tanstack/react-query": "4.24.9",
"dnd-core": "16.0.1",
"ethers": "5.7.2",
"formik": "2.2.9",
"i18next": "21.10.0",
"i18next-browser-languagedetector": "7.0.1",
"immutability-helper": "3.1.1",
"keccak": "3.0.3",
"ky": "^0.33.2",
"lodash.debounce": "4.0.8",
"lodash.get": "^4.4.2",
"nanoid": "4.0.1",
"posthog-js": "1.45.1",
"pusher-js": "8.0.1",
"react": "18.2.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-feather": "2.0.10",
"react-i18next": "11.18.6",
"react-router": "6.8.1",
"react-router-dom": "6.8.1",
"react-virtuoso": "4.1.0",
"recoil": "0.7.6",
"recoil-sync": "0.2.0",
"styled-components": "5.3.6",
"styled-system": "5.1.5",
"wagmi": "0.11.6",
"zustand": "4.3.3"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "~0.2.3",
"@types/keccak": "~3.0.1",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.get": "~4.4.7",
"@types/lodash.set": "~4.3.7",
"@types/node": "~18.14.0",
"@types/react": "~18.0.28",
"@types/react-dom": "~18.0.11",
"@types/styled-components": "~5.1.26",
"@types/styled-system": "~5.1.16",
"@vitejs/plugin-react": "~3.1.0",
"babel-plugin-macros": "~3.1.0",
"eslint": "~8.34.0",
"eslint-config-cretia": "~0.3.1",
"prettier": "~2.8.4",
"prettier-config-cretia": "~2.0.0",
"process": "~0.11.10",
"rollup-plugin-node-polyfills": "~0.2.1",
"typescript": "~4.9.5",
"vite": "~4.1.3",
"vite-plugin-babel-macros": "~1.0.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-stdlib-browser": "^0.1.1"
}
}