-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.65 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.65 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
{
"name": "plate-template",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"depset": "bun depset@latest @platejs --yes && bunx depset@latest platejs --yes",
"dev": "next dev",
"lint": "biome check src biome.jsonc components.json tsconfig.json eslint.config.mjs next.config.ts postcss.config.mjs && eslint",
"lint:fix": "biome check src biome.jsonc components.json tsconfig.json eslint.config.mjs next.config.ts postcss.config.mjs --fix --unsafe",
"prepare": "bun x skiller@latest apply || true",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@platejs/basic-nodes": "^52.3.10",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-toolbar": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "0.7.1",
"clsx": "^2.1.1",
"lucide-react": "1.7.0",
"next": "16.2.2",
"platejs": "^52.3.21",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@tailwindcss/postcss": "4.2.2",
"@types/node": "^25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/parser": "^8.58.0",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.1.0",
"eslint-plugin-react-hooks": "7.0.1",
"lefthook": "^2.1.4",
"postcss": "^8.5.8",
"tailwindcss": "4.2.2",
"typescript": "6.0.2",
"ultracite": "7.4.2"
},
"packageManager": "bun@1.3.9"
}