-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.94 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.94 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
{
"name": "my-react-app",
"version": "1.1.0",
"private": true,
"dependencies": {
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.3",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.8",
"@editorjs/embed": "^2.7.6",
"@editorjs/footnotes": "^1.1.0",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.3",
"@editorjs/inline-code": "^1.5.1",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^2.0.6",
"@editorjs/marker": "^1.4.0",
"@editorjs/nested-list": "^1.4.3",
"@editorjs/paragraph": "^2.11.7",
"@editorjs/quote": "^2.7.6",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.4.4",
"@editorjs/underline": "^1.2.1",
"@editorjs/warning": "^1.4.1",
"@fontsource/lexend": "^5.2.5",
"@supabase/supabase-js": "^2.78.0",
"@tryretool/custom-component-support": "latest",
"editorjs-drag-drop": "^1.1.16",
"editorjs-mermaid": "^1.0.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-undo": "^2.0.28",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"short-unique-id": "^5.3.2"
},
"engines": {
"node": ">=20.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/react": "^18.3.20",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"postcss-modules": "^6.0.0",
"prettier": "^3.0.3"
},
"retoolCustomComponentLibraryConfig": {
"name": "EditorJS",
"label": "Editor JS",
"description": "Retool custom component for Editor.js",
"entryPoint": "src/index.tsx",
"outputPath": "dist"
}
}