-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 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
{
"name": "sync",
"version": "0.8.2",
"private": true,
"scripts": {
"dev": "next dev -p 1420",
"build": "next build",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"prose:check": "node scripts/prose-check.mjs",
"api:check": "node scripts/api-surface.mjs",
"api:update": "node scripts/api-surface.mjs --update",
"api:publish": "node scripts/api-surface.mjs && node scripts/api-publish.mjs",
"tauri": "tauri",
"tauri:build": "PATH=/usr/bin:$PATH tauri build",
"extensions:seed": "node scripts/seed-extensions.mjs",
"icons": "node scripts/generate-icons.mjs"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@headless-tree/core": "^1.7.0",
"@headless-tree/react": "^1.7.0",
"@platejs/basic-nodes": "^53.0.0",
"@platejs/code-block": "^53.0.0",
"@platejs/combobox": "^53.0.0",
"@platejs/floating": "^53.0.0",
"@platejs/indent": "^53.0.0",
"@platejs/link": "^53.3.5",
"@platejs/list": "^53.1.3",
"@platejs/markdown": "^53.3.3",
"@platejs/media": "^53.1.4",
"@platejs/slash-command": "^53.0.0",
"@platejs/table": "^53.0.9",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-dialog": "^2.7.2",
"@tauri-apps/plugin-opener": "^2.5.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.31.0",
"next": "16.3.1",
"platejs": "^53.3.6",
"radix-ui": "^1.6.7",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-resizable-panels": "^4.12.2",
"remark-gfm": "^4.0.1",
"semver": "^7.8.5",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.59.0",
"@tailwindcss/postcss": "^4.3.3",
"@tauri-apps/cli": "^2.11.4",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/semver": "^7.8.0",
"eslint": "^9.39.5",
"eslint-config-next": "16.3.1",
"shadcn": "^4.17.0",
"sharp": "^0.35.3",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@11.18.0"
}