-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.05 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
{
"name": "learning-activity-designer-app",
"version": "1.1.5",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@react-pdf/renderer": "^2.0.12",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.2",
"@tiptap/core": "^2.0.0-beta.5",
"@tiptap/extension-character-count": "^2.0.0-beta.1",
"@tiptap/extension-collaboration": "^2.0.0-beta.4",
"@tiptap/extension-collaboration-cursor": "^2.0.0-beta.4",
"@tiptap/extension-document": "^2.0.0-beta.1",
"@tiptap/extension-paragraph": "^2.0.0-beta.1",
"@tiptap/extension-text": "^2.0.0-beta.1",
"@tiptap/react": "^2.0.0-beta.4",
"@tiptap/starter-kit": "^2.0.0-beta.4",
"bson-objectid": "^2.0.1",
"chart.js": "^2.9.4",
"date-fns": "^2.21.1",
"devextreme": "20.2.6",
"devextreme-react": "20.2.6",
"html2canvas": "^1.0.0-rc.7",
"material-ui-dropzone": "^3.5.0",
"notistack": "^1.0.5",
"query-string": "^6.14.0",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.1",
"react-query": "^3.6.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-scroll": "^1.8.2",
"socket.io-client": "^3.1.1",
"use-between": "0.0.18",
"web-vitals": "^0.2.4",
"y-websocket": "^1.3.11",
"yjs": "^13.5.3"
},
"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": {
"devextreme-themebuilder": "^20.2.4"
}
}