-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (114 loc) · 3.55 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (114 loc) · 3.55 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
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
{
"name": "fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.2",
"@mui/material": "^6.4.2",
"@mui/styles": "^6.4.2",
"@stomp/stompjs": "^7.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@tiptap-pro/extension-details": "^2.17.2",
"@tiptap-pro/extension-details-content": "^2.17.2",
"@tiptap-pro/extension-details-summary": "^2.17.2",
"@tiptap-pro/extension-drag-handle": "^2.17.2",
"@tiptap-pro/extension-drag-handle-react": "^2.17.2",
"@tiptap-pro/extension-node-range": "^2.17.2",
"@tiptap-pro/extension-unique-id": "^2.17.2",
"@tiptap/core": "^2.11.2",
"@tiptap/extension-blockquote": "^2.11.2",
"@tiptap/extension-bold": "^2.11.2",
"@tiptap/extension-bullet-list": "^2.11.2",
"@tiptap/extension-code": "^2.11.2",
"@tiptap/extension-code-block": "^2.11.2",
"@tiptap/extension-code-block-lowlight": "^2.11.2",
"@tiptap/extension-collaboration": "^2.11.2",
"@tiptap/extension-collaboration-cursor": "^2.11.2",
"@tiptap/extension-hard-break": "^2.11.2",
"@tiptap/extension-highlight": "^2.11.2",
"@tiptap/extension-horizontal-rule": "^2.11.2",
"@tiptap/extension-image": "^2.11.2",
"@tiptap/extension-italic": "^2.11.2",
"@tiptap/extension-link": "^2.11.2",
"@tiptap/extension-list-item": "^2.11.2",
"@tiptap/extension-ordered-list": "^2.11.2",
"@tiptap/extension-paragraph": "^2.11.2",
"@tiptap/extension-placeholder": "^2.11.2",
"@tiptap/extension-strike": "^2.11.2",
"@tiptap/extension-table": "^2.11.2",
"@tiptap/extension-table-cell": "^2.11.2",
"@tiptap/extension-table-header": "^2.11.2",
"@tiptap/extension-table-row": "^2.11.2",
"@tiptap/extension-task-item": "^2.11.2",
"@tiptap/extension-task-list": "^2.11.2",
"@tiptap/extension-typography": "^2.11.2",
"@tiptap/pm": "^2.11.2",
"@tiptap/react": "^2.11.2",
"@tiptap/starter-kit": "^2.11.2",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"cra-template": "1.2.0",
"highlight.js": "^11.11.1",
"js-cookie": "^3.0.5",
"konva": "^8.4.3",
"lowlight": "^3.3.0",
"lucide-react": "^0.474.0",
"markdown-it": "^14.1.0",
"marked": "^15.0.6",
"prosemirror-markdown": "^1.13.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.3.0",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-konva": "^18.2.10",
"react-modal": "^3.16.3",
"react-router-dom": "^7.1.1",
"react-scripts": "^5.0.1",
"react-typing-effect": "^2.0.5",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"sockjs-client": "^1.6.1",
"use-image": "^1.1.1",
"uuid": "^11.0.5",
"y-prosemirror": "^1.2.15",
"y-protocols": "^1.0.6",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.23"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}