-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
145 lines (145 loc) · 4.7 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
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
{
"name": "plate-playground-template",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"start": "next start",
"sync": "tsx --tsconfig ./scripts/tsconfig.scripts.json scripts/sync.mts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.10",
"@ariakit/react": "^0.4.13",
"@faker-js/faker": "^9.3.0",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toolbar": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@udecode/cmdk": "^0.1.1",
"@udecode/cn": "40.2.8",
"@udecode/plate-ai": "41.0.8",
"@udecode/plate-alignment": "41.0.0",
"@udecode/plate-autoformat": "41.0.0",
"@udecode/plate-basic-elements": "41.0.0",
"@udecode/plate-basic-marks": "41.0.0",
"@udecode/plate-block-quote": "41.0.0",
"@udecode/plate-break": "41.0.0",
"@udecode/plate-callout": "41.0.0",
"@udecode/plate-caption": "41.0.0",
"@udecode/plate-code-block": "41.0.0",
"@udecode/plate-combobox": "41.0.0",
"@udecode/plate-comments": "41.0.0",
"@udecode/plate-common": "41.0.5",
"@udecode/plate-cursor": "41.0.0",
"@udecode/plate-date": "41.0.0",
"@udecode/plate-dnd": "41.0.2",
"@udecode/plate-docx": "41.0.10",
"@udecode/plate-emoji": "41.0.0",
"@udecode/plate-excalidraw": "41.0.0",
"@udecode/plate-floating": "41.0.0",
"@udecode/plate-font": "41.0.0",
"@udecode/plate-heading": "41.0.0",
"@udecode/plate-highlight": "41.0.0",
"@udecode/plate-horizontal-rule": "41.0.0",
"@udecode/plate-indent": "41.0.0",
"@udecode/plate-indent-list": "41.0.10",
"@udecode/plate-juice": "41.0.0",
"@udecode/plate-kbd": "41.0.0",
"@udecode/plate-layout": "41.0.2",
"@udecode/plate-line-height": "41.0.0",
"@udecode/plate-link": "41.0.0",
"@udecode/plate-markdown": "41.0.0",
"@udecode/plate-math": "41.0.4",
"@udecode/plate-media": "41.0.0",
"@udecode/plate-mention": "41.0.0",
"@udecode/plate-node-id": "41.0.0",
"@udecode/plate-reset-node": "41.0.0",
"@udecode/plate-resizable": "41.0.0",
"@udecode/plate-select": "41.0.0",
"@udecode/plate-selection": "41.0.8",
"@udecode/plate-slash-command": "41.0.0",
"@udecode/plate-tabbable": "41.0.0",
"@udecode/plate-table": "41.0.9",
"@udecode/plate-toggle": "41.0.0",
"@udecode/plate-trailing-block": "41.0.0",
"@uploadthing/react": "7.1.0",
"react-textarea-autosize": "^8.5.5",
"ai": "^4.0.21",
"class-variance-authority": "0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"html2canvas": "^1.4.1",
"lucide-react": "0.469.0",
"next": "^15.1.2",
"pdf-lib": "^1.17.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-lite-youtube-embed": "^2.4.0",
"react-player": "^2.16.0",
"react-resizable-panels": "^2.1.7",
"react-tweet": "^3.2.1",
"slate": "^0.112.0",
"slate-dom": "^0.111.0",
"slate-history": "^0.110.3",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.112.0",
"sonner": "^1.7.1",
"tailwind-merge": "2.5.5",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "1.0.7",
"uploadthing": "7.2.0",
"use-file-picker": "^2.1.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.18.1",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unused-imports": "^4.1.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.1",
"typescript": "5.7.2"
},
"packageManager": "[email protected]",
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"react",
"react-dom"
],
"ignoreMissing": [
"scheduler"
]
}
}
}