forked from sunflower-land/sunflower-land
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
154 lines (154 loc) · 4.85 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "sunflower-land",
"version": "0.0.0",
"author": "[email protected]",
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "set NODE_ENV=development && vite --port 3000 --host",
"build": "tsc && vite build",
"lint": "eslint --quiet --ext .tsx,.ts .",
"format": "yarn lint --fix",
"preview": "vite preview",
"test": "jest",
"metadata": "NODE_PATH=./src NODE_ENV=metadata vite-node --project metadata/node.tsconfig.json metadata/generateMetadata.ts",
"images": "NODE_PATH=./src NODE_ENV=metadata ts-node --project metadata/node.tsconfig.json metadata/generateImages.ts",
"translate": "NODE_PATH=./src NODE_ENV=metadata vite-node --project metadata/node.tsconfig.json _scripts/translate.ts",
"prepare": "husky install"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"0xsequence": "^1.8.7",
"@0xsequence/wagmi-connector": "^3.1.1",
"@anima-protocol/personhood-sdk-react": "^0.4.6",
"@headlessui/react": "^1.7.18",
"@khmyznikov/pwa-install": "^0.3.3",
"@metamask/onboarding": "^1.0.1",
"@react-spring/web": "^9.7.2",
"@tanstack/react-query": "^5.52.1",
"@use-gesture/react": "^10.2.26",
"@wagmi/connectors": "^5.1.7",
"@wagmi/core": "^2.13.4",
"@walletconnect/ethereum-provider": "^2.8.5",
"@walletconnect/modal": "^2.5.4",
"@xstate/inspect": "^0.6.2",
"@xstate/react": "^3.0.1",
"bad-words": "^3.0.4",
"browserify-zlib": "^0.2.0",
"canvas-confetti": "^1.9.2",
"classnames": "^2.3.1",
"clipboard": "^2.0.11",
"colyseus.js": "^0.15.0",
"decimal.js-light": "^2.5.1",
"ethers": "5.7.2",
"events": "^3.3.0",
"firebase": "^9.19.1",
"fsl-authorization": "^1.1.0",
"gameanalytics": "^4.4.5",
"howler": "^2.2.3",
"i18next": "^23.6.0",
"immer": "^10.1.1",
"jwt-decode": "^3.1.2",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2",
"lodash.shuffle": "^4.2.0",
"mitt": "^3.0.1",
"mobile-device-detect": "^0.4.3",
"phaser": "^3.80.1",
"phaser-navmesh": "^2.3.1",
"phaser3-rex-plugins": "^1.60.1",
"process": "^0.11.10",
"pubsub-js": "^1.9.4",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.5",
"react-i18next": "^13.3.1",
"react-indiana-drag-scroll": "^2.1.0",
"react-router": "^7.0.2",
"react-share": "^5.1.0",
"react-spring": "^9.7.1",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"serialize-error": "^11.0.0",
"stream-browserify": "^3.0.0",
"string-similarity": "^4.0.4",
"swr": "^2.2.5",
"util": "^0.12.4",
"uuid": "^9.0.0",
"viem": "2.x",
"vite-plugin-pwa": "^0.17.4",
"wagmi": "^2.12.7",
"web3-utils": "^1.6.1",
"xstate": "^4.33.1"
},
"devDependencies": {
"@aws-sdk/client-translate": "^3.637.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/bad-words": "^3.0.1",
"@types/canvas-confetti": "^1.6.4",
"@types/howler": "^2.2.6",
"@types/jest": "^27.4.0",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.memoize": "^4.1.9",
"@types/lodash.shuffle": "^4.2.7",
"@types/pubsub-js": "^1.8.6",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-window": "^1.8.8",
"@types/string-similarity": "^4.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.12",
"dotenv": "^16.0.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": ">=6",
"jest": "^27.4.7",
"lint-staged": ">=10",
"page-lifecycle": "^0.1.2",
"pixel-scale": "^1.0.0",
"postcss": "^8.4.17",
"prettier": "^3.3.2",
"react-google-recaptcha": "^2.1.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.1.8",
"tailwindscss": "^0.3.0",
"ts-jest": "^27.1.3",
"typescript": "^5.5.2",
"vite": "^5.4.2",
"vite-node": "^2.0.3",
"vite-plugin-html": "^2.1.2",
"vite-tsconfig-paths": "^3.3.17",
"workbox-cacheable-response": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-window": "^7.0.0"
},
"resolutions": {
"async": "^2.6.4",
"minimist": "^1.2.6",
"simple-get": "^2.8.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*": "prettier -u --write"
}
}