-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.33 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
{
"name": "editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@editorjs/editorjs": "^2.28.0",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/list": "^1.8.0",
"@editorjs/paragraph": "^2.10.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/table": "^2.2.2",
"@editorjs/text-variant-tune": "^1.0.1",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.20",
"@mantine/hooks": "^6.0.20",
"@mantine/tiptap": "^6.0.20",
"@tabler/icons-react": "^2.34.0",
"@tiptap/extension-color": "^2.1.10",
"@tiptap/extension-highlight": "^2.1.10",
"@tiptap/extension-link": "^2.1.10",
"@tiptap/extension-subscript": "^2.1.10",
"@tiptap/extension-superscript": "^2.1.10",
"@tiptap/extension-table": "^2.1.9",
"@tiptap/extension-table-cell": "^2.1.9",
"@tiptap/extension-table-header": "^2.1.9",
"@tiptap/extension-table-row": "^2.1.9",
"@tiptap/extension-text-align": "^2.1.10",
"@tiptap/extension-text-style": "^2.1.10",
"@tiptap/extension-underline": "^2.1.10",
"@tiptap/pm": "^2.1.10",
"@tiptap/react": "^2.1.10",
"@tiptap/starter-kit": "^2.1.10",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"jodit-react": "^1.3.39",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-quill": "^2.0.0",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-react": "^0.98.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.4.1",
"@storybook/addon-interactions": "^7.4.1",
"@storybook/addon-links": "^7.4.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.4.1",
"@storybook/nextjs": "^7.4.1",
"@storybook/react": "^7.4.1",
"@storybook/testing-library": "^0.2.0",
"chromatic": "^7.1.0",
"eslint-plugin-storybook": "^0.6.13",
"storybook": "^7.4.1"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}