-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.45 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.45 KB
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
{
"name": "wintry-mod",
"version": "0.1.5",
"private": true,
"author": {
"name": "wtcord",
"url": "https://github.com/wtcord"
},
"type": "module",
"dependencies": {
"@gullerya/object-observer": "^6.1.4",
"@shopify/flash-list": "^1.8.3",
"@swc/helpers": "^0.5.17",
"discord-types": "^1.3.3",
"es-toolkit": "^1.39.8",
"fuzzysort": "3.0.2",
"immer": "^10.1.1",
"node-inspect-extracted": "3.0.2",
"strict-event-emitter": "^0.5.1",
"synchronous-promise": "^2.0.17",
"typesafe-i18n": "^5.26.2",
"zustand": "^5.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@swc/core": "^1.13.3",
"@types/bun": "latest",
"@types/node": "^22.17.0",
"@types/yargs-parser": "^21.0.3",
"ansi-colors": "^4.1.3",
"bun-types": "^1.2.19",
"chalk": "^5.4.1",
"esbuild": "^0.24.2",
"esbuild-plugin-globals": "^0.2.0",
"image-size": "^1.2.1",
"release-it": "^18.1.2",
"type-fest": "^4.41.0",
"util": "^0.12.5",
"yargs-parser": "^21.1.1",
"@babel/core": "^7.28.0",
"@types/react": "19.0.0",
"react-native": "0.78.*",
"react-native-gesture-handler": "^2.27.2",
"react-native-reanimated": "3.17.4"
},
"scripts": {
"build": "bun run scripts/build",
"serve": "bun run scripts/serve",
"adb": "bun run scripts/adb",
"adb:wsa": "bun run scripts/adb --wsa",
"adb:waydroid": "bun run scripts/adb --waydroid",
"typesafe-i18n": "typesafe-i18n",
"i18n:export": "bun run scripts/i18n",
"release": "bun run scripts/release"
}
}