-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
141 lines (141 loc) · 4.61 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
{
"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": "^0.0.72",
"@ariakit/react": "^0.4.13",
"@faker-js/faker": "^9.2.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@udecode/cn": "^39.0.0",
"@udecode/plate-ai": "40.2.2",
"@udecode/plate-alignment": "^40.0.0",
"@udecode/plate-autoformat": "^40.0.0",
"@udecode/plate-basic-elements": "^40.0.2",
"@udecode/plate-basic-marks": "^40.0.0",
"@udecode/plate-block-quote": "^40.0.0",
"@udecode/plate-break": "^40.0.0",
"@udecode/plate-callout": "^40.0.0",
"@udecode/plate-caption": "^40.0.0",
"@udecode/plate-code-block": "^40.0.0",
"@udecode/plate-combobox": "^40.0.0",
"@udecode/plate-comments": "^40.0.0",
"@udecode/plate-common": "^40.0.3",
"@udecode/plate-cursor": "^40.0.0",
"@udecode/plate-date": "^40.0.0",
"@udecode/plate-dnd": "40.0.0",
"@udecode/plate-docx": "40.2.3",
"@udecode/plate-emoji": "^40.0.0",
"@udecode/plate-excalidraw": "^40.0.0",
"@udecode/plate-floating": "^40.0.0",
"@udecode/plate-font": "^40.0.0",
"@udecode/plate-heading": "^40.0.2",
"@udecode/plate-highlight": "^40.0.0",
"@udecode/plate-horizontal-rule": "^40.0.0",
"@udecode/plate-indent": "^40.0.0",
"@udecode/plate-indent-list": "^40.0.0",
"@udecode/plate-juice": "^40.0.0",
"@udecode/plate-kbd": "^40.0.0",
"@udecode/plate-layout": "^40.0.0",
"@udecode/plate-line-height": "^40.0.0",
"@udecode/plate-link": "^40.0.0",
"@udecode/plate-markdown": "40.2.2",
"@udecode/plate-math": "^40.0.0",
"@udecode/plate-media": "40.2.3",
"@udecode/plate-mention": "40.0.0",
"@udecode/plate-node-id": "^40.0.0",
"@udecode/plate-reset-node": "^40.0.0",
"@udecode/plate-resizable": "^40.0.0",
"@udecode/plate-select": "^40.0.0",
"@udecode/plate-selection": "40.1.0",
"@udecode/plate-slash-command": "^40.0.0",
"@udecode/plate-tabbable": "^40.0.0",
"@udecode/plate-table": "^40.0.0",
"@udecode/plate-toggle": "^40.0.0",
"@udecode/plate-trailing-block": "^40.0.0",
"@uploadthing/react": "7.1.0",
"ai": "^3.4.33",
"class-variance-authority": "0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"lucide-react": "0.456.0",
"next": "^15.0.3",
"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.6",
"react-tweet": "^3.2.1",
"slate": "^0.110.2",
"slate-dom": "^0.111.0",
"slate-history": "^0.110.3",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.111.0",
"sonner": "^1.7.0",
"tailwind-merge": "2.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "1.0.7",
"uploadthing": "7.2.0",
"use-file-picker": "^2.1.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.14.0",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "15.0.3",
"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.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.1",
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.2.0",
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"react",
"react-dom"
],
"ignoreMissing": [
"scheduler"
]
}
}
}