-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.1 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.1 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
{
"name": "registry",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "prisma generate && next build",
"dev": "next dev",
"lint": "next lint",
"postinstall": "prisma generate",
"start": "next start",
"test": "jest",
"test:integration": "jest --config jest.integration.config.js"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.24",
"@apidevtools/swagger-parser": "^10.1.1",
"@bitte-ai/data": "0.1.0-main-cd0def5",
"@jest/globals": "^29.7.0",
"@mysten/sui": "^1.38.0",
"@prisma/client": "6.6.0",
"@prisma/nextjs-monorepo-workaround-plugin": "^6.16.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@scalar/nextjs-api-reference": "^0.5.15",
"@tiptap/extension-placeholder": "^2.26.1",
"@tiptap/pm": "^2.26.1",
"@tiptap/react": "^2.26.1",
"@tiptap/starter-kit": "^2.26.1",
"@uiw/react-md-editor": "^4.0.8",
"@unkey/nextjs": "^0.18.11",
"@vercel/kv": "^3.0.0",
"ai": "^4.3.19",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dotenv": "^16.6.1",
"framer-motion": "^12.23.12",
"fuse.js": "^7.1.0",
"lucide-react": "^0.475.0",
"next": "15.5.2",
"openai": "^4.104.0",
"openapi-types": "^12.1.3",
"pino": "^9.9.5",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hotkeys-hook": "^4.6.2",
"react-resizable-panels": "^2.1.9",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@testing-library/jest-dom": "^6.8.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.19.13",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"eslint": "^9.35.0",
"eslint-config-next": "15.5.2",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"postcss": "^8.5.6",
"prisma": "6.6.0",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.4.1",
"typescript": "^5.9.2"
},
"prisma": {
"schema": "node_modules/@bitte-ai/data/prisma/schema.prisma"
}
}