-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
120 lines (120 loc) · 4.4 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
{
"name": "magic-editor",
"version": "1.0.0",
"description": "A rich text editor develop by fantasticit",
"main": "index.js",
"scripts": {
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"start": "start-storybook -p 6006",
"build": "vite build",
"build-storybook": "build-storybook"
},
"keywords": [],
"author": "fantasticit",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0 || 17.x || 18.x",
"react-dom": "^16.8.0 || 17.x || 18.x"
},
"dependencies": {
"@_ueberdosis/prosemirror-tables": "^1.1.3",
"@emotion/react": "^11.10.4",
"@excalidraw/excalidraw": "^0.12.0",
"@hocuspocus/provider": "1.0.0-alpha.40",
"@tiptap/core": "2.0.0-beta.183",
"@tiptap/extension-blockquote": "2.0.0-beta.29",
"@tiptap/extension-bold": "2.0.0-beta.28",
"@tiptap/extension-bubble-menu": "2.0.0-beta.199",
"@tiptap/extension-bullet-list": "2.0.0-beta.29",
"@tiptap/extension-code": "2.0.0-beta.29",
"@tiptap/extension-code-block": "2.0.0-beta.42",
"@tiptap/extension-code-block-lowlight": "2.0.0-beta.73",
"@tiptap/extension-collaboration": "2.0.0-beta.38",
"@tiptap/extension-collaboration-cursor": "2.0.0-beta.37",
"@tiptap/extension-color": "2.0.0-beta.12",
"@tiptap/extension-document": "2.0.0-beta.17",
"@tiptap/extension-gapcursor": "2.0.0-beta.39",
"@tiptap/extension-hard-break": "2.0.0-beta.33",
"@tiptap/extension-heading": "2.0.0-beta.29",
"@tiptap/extension-italic": "2.0.0-beta.28",
"@tiptap/extension-link": "2.0.0-beta.43",
"@tiptap/extension-list-item": "2.0.0-beta.23",
"@tiptap/extension-ordered-list": "2.0.0-beta.30",
"@tiptap/extension-paragraph": "2.0.0-beta.26",
"@tiptap/extension-strike": "2.0.0-beta.29",
"@tiptap/extension-subscript": "2.0.0-beta.14",
"@tiptap/extension-superscript": "2.0.0-beta.13",
"@tiptap/extension-table": "2.0.0-beta.199",
"@tiptap/extension-table-cell": "2.0.0-beta.199",
"@tiptap/extension-table-header": "2.0.0-beta.199",
"@tiptap/extension-table-row": "2.0.0-beta.199",
"@tiptap/extension-text": "2.0.0-beta.17",
"@tiptap/extension-text-align": "2.0.0-beta.31",
"@tiptap/extension-text-style": "2.0.0-beta.26",
"@tiptap/extension-underline": "2.0.0-beta.25",
"@tiptap/react": "2.0.0-beta.115",
"@tiptap/suggestion": "2.0.0-beta.98",
"@types/react-visibility-sensor": "^5.1.0",
"browser-fs-access": "^0.31.1",
"copy-to-clipboard": "^3.3.2",
"deep-equal": "^2.0.5",
"kity": "^2.0.4",
"lib0": "^0.2.52",
"lodash.escape": "^4.0.1",
"lodash.throttle": "^4.1.1",
"lowlight": "^2.7.0",
"prosemirror-codemark": "^0.4.1",
"prosemirror-keymap": "1.2.0",
"prosemirror-model": "1.18.1",
"prosemirror-state": "1.4.1",
"prosemirror-transform": "1.6.0",
"prosemirror-view": "1.26.2",
"re-resizable": "^6.9.9",
"react-visibility-sensor": "^5.1.1",
"requestidlecallback-polyfill": "^1.0.2",
"scroll-into-view-if-needed": "^2.2.29",
"slugify": "^1.6.5",
"styled-components": "^5.3.6",
"tippy.js": "^6.3.7",
"uuid": "^9.0.0",
"y-prosemirror": "^1.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.5.42"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.12.7",
"@douyinfe/semi-ui": "^2.21.2",
"@emotion/babel-plugin": "^11.10.2",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "6.5.0-rc.1",
"@storybook/react": "^6.4.9",
"@types/deep-equal": "^1.0.1",
"@types/node": "^18.11.9",
"@types/prosemirror-model": "^1.7.2",
"@types/prosemirror-state": "^1.2.4",
"@types/prosemirror-view": "^1.11.4",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/styled-components": "^5.1.26",
"eslint": "^7.20.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.8",
"prettier": "^1.19.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^18.2.0",
"typescript": "4.1.6",
"vite": "^3.2.2"
}
}