-
-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpackage.json
More file actions
215 lines (215 loc) · 7.54 KB
/
Copy pathpackage.json
File metadata and controls
215 lines (215 loc) · 7.54 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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
"name": "vxrn-monorepo",
"version": "0.0.0",
"private": true,
"repository": {
"url": "git+https://github.com/onejs/one.git"
},
"workspaces": [
"./apps/*",
"./packages/*",
"./examples/*",
"./tests/*"
],
"packageManager": "bun@1.4.2",
"engines": {
"node": "24.3.0",
"npm": "10.8.3"
},
"trustedDependencies": [
"@swc/core",
"esbuild",
"sharp"
],
"manypkg": {
"workspaceProtocol": "require",
"ignoredRules": [
"INVALID_DEV_AND_PEER_DEPENDENCY_RELATIONSHIP",
"UNSORTED_DEPENDENCIES"
]
},
"scripts": {
"audit": "bun audit --audit-level high --ignore GHSA-w3rx-r6r6-pgpr --ignore GHSA-5p2g-fcmc-qvqq --ignore GHSA-jmr9-qjv8-65gv --ignore GHSA-ggr8-5vv4-36mx --ignore GHSA-7pqw-9j4j-h8q3",
"build": "turbo run build --filter='*' --filter='!example/*' --filter='!one-tray'",
"build:js": "bun run build --no-cache --force -- --skip-types",
"check:deps": "manypkg check",
"check": "bun check:deps & turbo check",
"ci": "bun install && bun run build && bun run check && bun run typecheck && bun run lint && bun run test && git diff --exit-code",
"clean": "bun run turbo:run clean:build",
"clean:all": "bun run clean:build && find . -name 'node_modules' -type d -prune -exec rm -rf {} +",
"clean:build": "bun run turbo:run clean:build",
"clean:ts": "tsc -b --clean tsconfig.json",
"dev:example": "bun ./scripts/dev.ts example",
"dev:test": "bun ./scripts/dev.ts test",
"dev:uniswap": "bun run dev:test uniswap",
"docker:build": "DOCKER_BUILDKIT=1 docker build --ssh default -t one-test .",
"fix": "bun run format & bun run fix:packages",
"fix:packages": "manypkg fix",
"fix:references": "update-ts-references",
"format": "oxfmt -c .prettierrc",
"format:check": "oxfmt -c .prettierrc --check",
"lint": "oxlint",
"lint:fix": "oxfmt -c .prettierrc && oxlint --fix --fix-suggestions",
"npxone": "node ./packages/create-vxrn/run.js",
"one": "cd examples/one-basic && bun run",
"release": "bun ./scripts/release.ts",
"sandbox": "cd tests/sandbox && bun run dev",
"setup": "bun ./scripts/setup.ts",
"site": "cd apps/onestack.dev && bun run dev",
"site:build": "cd apps/onestack.dev && bun run build:web",
"site:prod": "bun run site:build && bun run site:serve",
"site:serve": "cd apps/onestack.dev && bun run serve --host 0.0.0.0 --port 3000",
"start": "cd examples/one-basic && bun run dev",
"test": "bun run turbo:run test --concurrency=4",
"tray": "cd apps/one-tray && bun run tray",
"test:native": "./scripts/test-ios.sh",
"test-ios": "./scripts/test-ios.sh",
"test-ios:run": "turbo run test-ios --concurrency=1 --filter=!test-hmr",
"test:docker": "DOCKER_BUILDKIT=1 docker build --no-cache --ssh default -t one-test . && docker run --rm one-test",
"test:one": "cd packages/one && bun run test",
"test:one:dev": "cd packages/one && bun run test:dev",
"test:vite-ecosystem-ci": "cd tests/test && bun run test",
"turbo:run": "TURBO_TELEMETRY_DISABLED=1 turbo",
"typecheck": "turbo typecheck",
"up": "tko up",
"watch": "npm-run-all --parallel watch:ts watch:build",
"watch:build": "SKIP_TYPES_INITIAL=1 ultra -r --no-pretty --concurrency 400 watch",
"watch:js": "SKIP_TYPES=1 bun run watch:build",
"watch:ts": "ultra -r --no-pretty --concurrency 400 typecheck -w --preserveWatchOutput"
},
"resolutions": {
"browserslist": "4.28.8",
"@isaacs/brace-expansion": "5.0.1",
"@xmldom/xmldom": "0.9.12",
"fast-xml-parser": "5.9.0",
"tar": "7.5.11",
"undici": "7.29.0",
"esbuild": "0.28.1",
"vite": "8.2.2",
"rolldown": "1.2.8",
"basic-ftp": "5.3.1",
"fast-xml-builder": "1.1.7",
"fast-uri": "3.1.7",
"@babel/plugin-transform-modules-systemjs": "7.29.4",
"@babel/core": "7.29.7",
"drizzle-orm": "0.45.2",
"lodash": "4.18.1",
"expo": "58.0.0-canary-20260909-ea7a89a",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.87.1",
"@callstack/liquid-glass": "^0.8.1",
"@react-navigation/native": "8.0.0-alpha.44",
"react-native-reanimated": "4.6.0",
"sharp": "0.35.4",
"image-size": "1.2.1",
"minimatch": "3.1.5",
"brace-expansion": "5.0.9",
"node-forge": "1.4.0",
"picomatch": "^4.0.4",
"piscina": "4.9.3",
"shell-quote": "1.10.0",
"cross-spawn": "7.0.6",
"got": "11.8.5",
"hono": "4.12.25",
"fastify": "5.7.2",
"tmp": "0.2.7",
"typescript": "7.0.2",
"@typescript/typescript-aix-ppc64": "7.0.2",
"@typescript/typescript-darwin-arm64": "7.0.2",
"@typescript/typescript-darwin-x64": "7.0.2",
"@typescript/typescript-freebsd-arm64": "7.0.2",
"@typescript/typescript-freebsd-x64": "7.0.2",
"@typescript/typescript-linux-arm": "7.0.2",
"@typescript/typescript-linux-arm64": "7.0.2",
"@typescript/typescript-linux-loong64": "7.0.2",
"@typescript/typescript-linux-mips64el": "7.0.2",
"@typescript/typescript-linux-ppc64": "7.0.2",
"@typescript/typescript-linux-riscv64": "7.0.2",
"@typescript/typescript-linux-s390x": "7.0.2",
"@typescript/typescript-linux-x64": "7.0.2",
"@typescript/typescript-netbsd-arm64": "7.0.2",
"@typescript/typescript-netbsd-x64": "7.0.2",
"@typescript/typescript-openbsd-arm64": "7.0.2",
"@typescript/typescript-openbsd-x64": "7.0.2",
"@typescript/typescript-sunos-x64": "7.0.2",
"@typescript/typescript-win32-arm64": "7.0.2",
"@typescript/typescript-win32-x64": "7.0.2",
"@cloudflare/vite-plugin": "1.41.0",
"ws": "8.21.0",
"form-data": "4.0.6",
"qs": "6.15.2",
"ajv": "8.20.0",
"ip-address": "10.4.0",
"postcss": "8.5.18",
"joi": "17.13.4",
"launch-editor": "2.14.1",
"uuid": "11.1.1",
"js-yaml": "4.3.2",
"nanoid": "3.3.18",
"toml": "4.2.0"
},
"devDependencies": {
"@hono/node-server": "^1.19.14",
"@manypkg/cli": "^0.25.1",
"@react-native-swc/worklets-plugin": "0.1.5",
"@take-out/cli": "0.4.17",
"@types/react": "^19.2.2",
"axios": "1.18.1",
"check-dependency-version-consistency": "^3.0.3",
"hono": "^4.12.8",
"npm-run-all": "^4.1.5",
"one": "workspace:*",
"oxfmt": "^0.16.0",
"oxlint": "^1.31.0",
"p-map": "^7.0.3",
"patch-package": "^8.0.0",
"playwright": "^1.58.2",
"prettier": "^3.5.3",
"shell-quote": "1.10.0",
"tamagui": "2.6.2",
"ts-pattern": "^5.6.2",
"turbo": "^2.9.18",
"typescript": "7.0.2",
"ultra-runner": "^3.10.5",
"update-ts-references": "^3.4.0",
"vxrn": "workspace:*",
"zod": "3.25.67"
},
"upgradeSets": {
"takeout": [
"@take-out/*",
"on-zero"
],
"tamagui": [
"tamagui",
"@tamagui/*"
],
"one": [
"one",
"vxrn",
"@vxrn/*"
],
"zero": [
"@rocicorp/zero"
],
"better-auth": [
"better-auth",
"@better-auth/*"
]
},
"agent": {
"memory": true
},
"patchedDependencies": {
"@expo/plist@0.8.2-canary-20260909-ea7a89a": "patches/@expo%2Fplist@0.8.2-canary-20260909-ea7a89a.patch",
"plist@3.1.0": "patches/plist@3.1.0.patch",
"gray-matter@4.0.3": "patches/gray-matter@4.0.3.patch",
"depcheck@1.4.7": "patches/depcheck@1.4.7.patch",
"minimatch@3.1.5": "patches/minimatch@3.1.5.patch",
"extract-zip@2.0.1": "patches/extract-zip@2.0.1.patch",
"image-size@1.2.1": "patches/image-size@1.2.1.patch",
"@react-navigation/bottom-tabs@8.0.0-alpha.50": "patches/@react-navigation%2Fbottom-tabs@8.0.0-alpha.50.patch",
"react-native-screens@4.27.0": "patches/react-native-screens@4.27.0.patch"
}
}