-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
140 lines (140 loc) · 4.66 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
{
"name": "@milkdown/website",
"version": "7.5.0",
"private": true,
"scripts": {
"build:doc": "tsx scripts/build-api.ts",
"build:next": "next build",
"dev": "next dev",
"build": "pnpm build:doc && pnpm build:next",
"start": "next start",
"lint": "next lint && tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/commands": "^6.2.2",
"@codemirror/lang-markdown": "^6.1.0",
"@codemirror/language": "^6.6.0",
"@codemirror/lint": "^6.2.0",
"@codemirror/search": "^6.3.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.9.3",
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@floating-ui/dom": "^1.6.5",
"@floating-ui/react": "^0.26.17",
"@lezer/highlight": "^1.1.3",
"@milkdown/core": "7.5.0",
"@milkdown/crepe": "^7.5.6",
"@milkdown/ctx": "7.5.0",
"@milkdown/exception": "7.5.0",
"@milkdown/kit": "^7.5.5",
"@milkdown/plugin-block": "7.5.4",
"@milkdown/plugin-clipboard": "7.5.0",
"@milkdown/plugin-collab": "7.5.0",
"@milkdown/plugin-cursor": "7.5.0",
"@milkdown/plugin-diagram": "7.5.0",
"@milkdown/plugin-emoji": "7.5.0",
"@milkdown/plugin-history": "7.5.0",
"@milkdown/plugin-indent": "7.5.0",
"@milkdown/plugin-listener": "7.5.0",
"@milkdown/plugin-math": "7.5.0",
"@milkdown/plugin-prism": "7.5.0",
"@milkdown/plugin-slash": "7.5.0",
"@milkdown/plugin-tooltip": "7.5.3",
"@milkdown/plugin-trailing": "7.5.0",
"@milkdown/plugin-upload": "7.5.0",
"@milkdown/preset-commonmark": "7.5.0",
"@milkdown/preset-gfm": "7.5.0",
"@milkdown/prose": "7.5.0",
"@milkdown/react": "7.5.0",
"@milkdown/theme-nord": "7.5.0",
"@milkdown/transformer": "7.5.0",
"@milkdown/utils": "7.5.0",
"@prosemirror-adapter/react": "^0.2.5",
"@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/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/d3": "^7.4.0",
"@types/katex": "^0.16.0",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.9",
"@types/mdast": "^3.0.11",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/unist": "^2.0.6",
"@uiw/codemirror-theme-eclipse": "^4.23.0",
"@vercel/analytics": "^0.1.11",
"autoprefixer": "^10.4.14",
"builddocs": "^1.0.7",
"chalk": "^5.2.0",
"clsx": "^1.2.1",
"d3": "^7.8.4",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.8.0",
"fs-extra": "^11.1.1",
"gemoji": "^8.1.0",
"husky": "^8.0.3",
"jotai": "^2.8.3",
"jotai-effect": "^1.0.0",
"katex": "^0.16.4",
"lint-staged": "^13.2.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lz-string": "^1.5.0",
"mermaid": "^10.0.2",
"next": "13.2.4",
"next-pwa": "^5.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.5",
"prettier-plugin-tailwindcss": "^0.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-json-tree": "^0.18.0",
"react-spinners": "^0.13.8",
"refractor": "^4.8.1",
"remark": "^14.0.2",
"remark-directive": "^3.0.0",
"remark-parse": "^10.0.2",
"remark-stringify": "^10.0.3",
"tailwind-nord": "^1.3.0",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "5.0.2",
"unified": "^10.1.2",
"workbox-window": "^6.5.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"remark-emoji": "^4.0.0",
"tsx": "^4.18.0",
"twemoji": "^14.0.2"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@^1",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1",
"deep-equal": "npm:@nolyfill/deep-equal@^1",
"has": "npm:@nolyfill/has@^1",
"object.assign": "npm:@nolyfill/object.assign@^1",
"object.entries": "npm:@nolyfill/object.entries@^1",
"object.fromentries": "npm:@nolyfill/object.fromentries@^1",
"object.hasown": "npm:@nolyfill/object.hasown@^1",
"object.values": "npm:@nolyfill/object.values@^1",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
}
}
}