-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.31 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
{
"name": "phaser3-typescript-vite-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"vdev": "vercel dev",
"build": "tsc && vite build",
"preview": "vite preview",
"compress-map": "node ./scripts/compress-map.js"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.1.8",
"@sentry/vite-plugin": "^0.4.0",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.groupby": "^4.6.7",
"@types/lodash.unionby": "^4.8.7",
"@types/node": "^18.11.18",
"@types/phoenix": "^1.5.5",
"@types/postmate": "^1.5.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-sparklines": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@unocss/preset-icons": "^0.49.4",
"@vercel/node-bridge": "^3.1.8",
"eslint": "^8.25.0",
"isomorphic-unfetch": "^4.0.2",
"lefthook": "^1.3.3",
"serve": "^14.1.2",
"typescript": "^4.6.4",
"vercel": "^28.16.2",
"vite": "^3.1.0",
"zipson": "^0.2.12"
},
"dependencies": {
"@fontsource/chakra-petch": "^4.5.9",
"@headlessui/react": "^1.7.11",
"@iconify-json/cryptocurrency-color": "^1.1.3",
"@sentry/react": "^7.36.0",
"@sentry/tracing": "^7.36.0",
"@tanstack/react-virtual": "^3.0.0-beta.48",
"@tippyjs/react": "^4.2.6",
"@unocss/preset-uno": "^0.48.3",
"@unocss/transformer-variant-group": "^0.48.3",
"@unocss/vite": "^0.48.3",
"@vitejs/plugin-react": "^3.0.1",
"boring-avatars": "^1.7.0",
"clsx": "^1.2.1",
"connectkit": "^1.1.3",
"ethers": "^5.7.2",
"immer": "^9.0.19",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lodash.unionby": "^4.8.0",
"phaser": "^3.55.2",
"phaser3-rex-plugins": "^1.1.79",
"phoenix": "^1.7.0-rc.3",
"postmate": "^1.5.2",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-hot-toast": "^2.4.0",
"react-merge-refs": "^2.0.1",
"react-sparklines": "^1.7.0",
"react-use-websocket": "^4.2.0",
"sharp": "^0.31.3",
"simplebar-react": "^3.2.1",
"siwe": "^1.1.6",
"swr": "^2.0.3",
"unocss": "^0.48.3",
"vite-tsconfig-paths": "^4.0.3",
"wagmi": "^0.10.10",
"zustand": "^4.3.1"
}
}