-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
74 lines (74 loc) · 2.55 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
{
"name": "@nmit-coursition/source",
"version": "0.0.0",
"license": "FSL",
"private": true,
"scripts": {
"validateEnv": "bun libs/env/src/runtime-check.ts",
"postinstall": "bunx prisma generate --schema ./libs/db/src/schema.prisma",
"check:biome": "bunx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"check:oxlint": "bunx oxlint@latest -c oxlintrc.json --ignore-path=.oxlintignore --jsx-a11y-plugin --react-perf-plugin --promise-plugin --node-plugin --import-plugin --tsconfig=tsconfig.base.json -A explicit-function-return-type -A no-optional-chaining -A react-in-jsx-scope -A no-rest-spread-properties -A no-ternary -A prefer-ts-expect-error -A no-async-await -A no-side-effects-in-initialization -A no-undef -A no-magic-numbers -A max-lines -A no-empty-interface -A ban-ts-comment -A filename-case -A prefer-dom-node-remove -A sort-keys -A sort-imports",
"check": "bun run check:biome && bun run check:oxlint"
},
"trustedDependencies": [
"@biomejs/biome",
"@prisma/client",
"@prisma/engines",
"@swc/core",
"core-js-pure",
"lefthook",
"nx",
"prisma",
"sharp"
],
"dependencies": {
"@ai-sdk/openai": "^0.0.72",
"@deepgram/sdk": "^3.9.0",
"@douyinfe/semi-ui": "^2.74.0",
"@elysiajs/cors": "^1.2.0",
"@elysiajs/eden": "^1.2.0",
"@elysiajs/swagger": "^1.2.0",
"@mendable/firecrawl-js": "^1.15.7",
"@prisma/client": "^5.22.0",
"@sentry/bun": "^8.51.0",
"@vidstack/react": "^1.12.12",
"@workos-inc/node": "^7.37.1",
"ai": "^3.4.33",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"effect": "^3.12.7",
"elysia": "^1.2.10",
"lefthook": "^1.10.10",
"prisma": "^5.22.0",
"react": "catalog:",
"react-dom": "catalog:",
"react-dropzone": "^14.3.5",
"resend": "^4.1.1",
"sonner": "^1.7.2",
"spacetrim": "^0.11.60",
"tailwind-merge": "catalog:",
"tailwindcss-animate": "catalog:",
"tslib": "^2.8.1",
"zod": "^3.24.1",
"zod-form-data": "^2.0.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@nx/devkit": "20.3.3",
"@nx/js": "20.3.3",
"@nx/react": "20.3.3",
"@nx/workspace": "20.3.3",
"@sinclair/typebox": "0.34.13",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.10.9",
"@swc/helpers": "~0.5.15",
"@types/bun": "^1.2.0",
"@types/node": "20.14.2",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"nx": "20.3.3",
"tailwindcss": "catalog:",
"typescript": "catalog:"
}
}