-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.36 KB
/
Copy pathpackage.json
File metadata and controls
112 lines (112 loc) · 3.36 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
{
"name": "inkibra-core",
"version": "0.7.0",
"private": true,
"description": "Open source packages from the inKibra monorepo",
"repository": {
"type": "git",
"url": "https://github.com/inkibra/public.git"
},
"engines": {
"bun": "v1.3.0"
},
"scripts": {
"lint": "biome check ./packages/inkibra",
"lint:errors": "biome check ./packages/inkibra --diagnostic-level=error",
"lint:fix": "biome check ./packages/inkibra --fix",
"knip": "knip",
"knip:fix": "knip --fix",
"check:tsc": "nx run-many -t check:tsc",
"generate:schemas": "nx run-many -t generate:schemas",
"clean": "cargo clean && nx run-many -t clean",
"teardown": "bun run clean && (nx exec -- rm -rf node_modules || true) && (rm -rf node_modules || true)"
},
"workspaces": {
"packages": [
"packages/inkibra/*"
],
"catalog": {
"@cloudflare/workers-types": "^4.20250124.0",
"@types/bun": "1.3.5",
"@napi-rs/cli": "^2.14.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"react-router-dom": "^6.30.0",
"three": "^0.182.0",
"@react-three/fiber": "^9.4.2",
"@react-three/drei": "^10.7.7",
"@types/three": "^0.182.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/material": "^6.2.1",
"@mui/icons-material": "^6.2.1",
"@mui/x-data-grid": "^7.23.3",
"motion": "^12.0.0",
"neverthrow": "^6.0.0",
"typia": "^9.7.2",
"ts-essentials": "^10.0.4",
"ts-is-present": "^1.2.2",
"@szhsin/react-menu": "^3.2.1",
"semver": "^7.7.1",
"uuid": "^13.0.0",
"posthog-js": "^1.222.0",
"react-markdown": "^9.0.1",
"resend": "^4.6.0",
"gray-matter": "^4.0.3",
"openai": "^5.16.0",
"stripe": "^15.10.0",
"@uiw/color-convert": "^2.3.1",
"@react-spring/web": "^10.0.0",
"react-spring": "^10.0.0",
"@fal-ai/client": "^1.7.0",
"@inquirer/prompts": "^7.9.0",
"yargs": "^18.0.0",
"@types/yargs": "^17.0.33",
"virtua": "^0.47.0",
"ora": "^8.2.0",
"replicate": "^1.4.0",
"@electric-sql/pglite": "^0.3.14",
"drizzle-orm": "^0.45.1",
"drizzle-kit": "^0.31.8",
"typescript": "~5.8.3",
"remotion": "4.0.382",
"@remotion/bundler": "4.0.382",
"@remotion/cli": "4.0.382",
"@remotion/google-fonts": "4.0.382",
"@remotion/lambda": "4.0.382",
"@remotion/media-utils": "4.0.382",
"@remotion/player": "4.0.382",
"@remotion/renderer": "4.0.382",
"react-refresh": "^0.18.0",
"@vanilla-extract/css": "^1.17.5",
"@vanilla-extract/integration": "8.0.6",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/sprinkles": "^1.6.5",
"animejs": "^4.2.0",
"esbuild": "0.25.10",
"@playwright/test": "^1.49.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@happy-dom/global-registrator": "^20.0.10",
"ioredis": "^5.4.1"
}
},
"devDependencies": {
"@biomejs/biome": "^2.3.1",
"@types/bun": "catalog:",
"knip": "^5.81.0",
"nx": "^20.8.2",
"typescript": "catalog:"
},
"trustedDependencies": [
"@biomejs/biome",
"bcrypt",
"nx"
],
"overrides": {
"esbuild": "0.25.10",
"@vanilla-extract/integration": "8.0.6"
}
}