-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.56 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.56 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
{
"name": "@prisma-editor/web",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 4000",
"db:generate": "prisma generate",
"lint": "next lint",
"start": "next start",
"db:deploy": "npx prisma migrate deploy",
"db:push": "npx prisma db push"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@headlessui/react": "^1.7.12",
"@hookform/resolvers": "^3.0.1",
"@monaco-editor/react": "^4.4.6",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^5.21.1",
"@prisma/engine-core": "^4.13.0",
"@prisma/internals": "^5.2.0",
"@radix-ui/react-accessible-icon": "^1.0.1",
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-aspect-ratio": "^1.0.1",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-hover-card": "^1.0.3",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-menubar": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-radio-group": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-toggle": "^1.0.1",
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.3",
"@tanstack/react-query": "^4.24.10",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.12.0",
"@trpc/react-query": "^10.12.0",
"@trpc/server": "^10.12.0",
"@xyflow/react": "^12.1.1",
"axios": "^1.3.4",
"class-variance-authority": "^0.5.2",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"date-fns": "^2.29.3",
"elkjs": "^0.8.2",
"execa": "^7.0.0",
"html-to-image": "^1.11.11",
"js-base64": "^3.7.5",
"lib0": "^0.2.88",
"lodash": "^4.17.21",
"lucide-react": "^0.139.0",
"monaco-editor": "^0.36.0",
"next": "^14.2.6",
"next-auth": "^4.19.2",
"next-seo": "^6.0.0",
"next-themes": "^0.2.1",
"openssl": "^2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.43.2",
"react-resizable-panels": "^0.0.36",
"react-use": "^17.4.0",
"sass": "^1.58.3",
"strip-ansi": "^7.0.1",
"superjson": "1.9.1",
"swr": "^2.0.4",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"valtio": "^1.12.1",
"valtio-yjs": "^0.5.1",
"y-monaco": "^0.1.5",
"y-webrtc": "^10.2.6",
"yjs": "^13.6.10",
"zod": "^3.20.6",
"zustand": "^4.3.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/lodash": "^4.14.202",
"@types/prettier": "^2.7.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"autoprefixer": "^10.4.13",
"eslint": "^7.32.0",
"eslint-config-next": "13.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"null-loader": "^4.0.1",
"postcss": "^8.4.21",
"prisma": "^5.16.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "7.5.6"
}
}