-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.38 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.38 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
{
"name": "@milkdown/website",
"version": "7.10.1",
"private": true,
"scripts": {
"build:doc": "tsx scripts/build-docs.ts",
"build:next": "next build --webpack",
"dev": "next dev --webpack",
"build": "pnpm build:doc && pnpm build:next",
"start": "next start",
"lint": "oxlint -c .oxlintrc.json . && tsc --noEmit",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"sync": "git submodule update --remote",
"prepare": "husky"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.32.0",
"@docsearch/css": "^4.0.0",
"@docsearch/js": "^4.0.0",
"@floating-ui/dom": "^1.6.5",
"@floating-ui/react": "^0.27.0",
"@lezer/highlight": "^1.2.1",
"@milkdown/crepe": "7.20.0",
"@milkdown/kit": "7.20.0",
"@milkdown/react": "7.20.0",
"@prosemirror-adapter/react": "^0.5.0",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-toast": "^1.1.3",
"@tailwindcss/postcss": "^4.1.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@uiw/codemirror-theme-eclipse": "^4.23.0",
"@uiw/codemirror-theme-nord": "^4.23.12",
"@vercel/analytics": "^2.0.0",
"clsx": "^2.0.0",
"husky": "^9.0.0",
"jotai": "^2.8.3",
"jotai-effect": "^2.0.0",
"lint-staged": "^16.0.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lz-string": "^1.5.0",
"next": "16.2.4",
"next-pwa": "^5.6.0",
"postcss": "^8.4.21",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-json-tree": "^0.20.0",
"react-spinners": "^0.17.0",
"remark-directive": "^4.0.0",
"tailwind-nord": "^1.3.0",
"tailwindcss": "^4.1.7",
"tslib": "^2.8.1",
"typescript": "6.0.3",
"workbox-window": "^7.0.0"
},
"devDependencies": {
"oxfmt": "^0.45.0",
"oxlint": "^1.56.0",
"tsx": "^4.18.0"
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "pnpm@10.33.0"
}