-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.76 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
{
"name": "groupthink",
"version": "0.1.0",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@andyet/simplewebrtc": "^1.29.0",
"@ashwamegh/react-link-preview": "^0.2.2",
"@popperjs/core": "^2.5.4",
"@syncfusion/ej2-react-popups": "^18.4.30",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.5.2",
"bowser": "^2.11.0",
"crypto-js": "^4.0.0",
"dom-to-image": "^2.6.0",
"filepond": "^4.20.1",
"firebase": "^7.18.0",
"gradient-path": "^2.1.0",
"gsap": "^3.5.1",
"html-to-image": "^1.3.20",
"html2canvas": "^1.0.0-rc.7",
"imagemagick": "^0.1.3",
"lodash.set": "^4.3.2",
"lodash.throttle": "^4.1.1",
"minimap-react": "^1.1.2",
"minisearch": "^3.0.0",
"mobx": "^6.0.1",
"mobx-react": "^7.0.0",
"mobx-react-lite": "^3.0.1",
"nanoid": "^3.1.20",
"node-sass": "^4.14.1",
"prettysize": "^2.0.0",
"prop-passer": "^1.1.1-3",
"re-resizable": "^6.9.0",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-calendar": "^3.3.1",
"react-color": "^2.19.3",
"react-contenteditable": "^3.3.5",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.0",
"react-firebaseui": "^4.1.0",
"react-floater": "^0.7.2",
"react-google-docs-viewer": "^1.0.1",
"react-h5-audio-player": "^3.4.1",
"react-hls-player": "^1.1.0",
"react-hot-keys": "^2.6.2",
"react-iframe": "^1.8.0",
"react-images": "^1.1.7",
"react-markdown": "^5.0.3",
"react-mde": "^11.0.0",
"react-mentions": "^4.1.1",
"react-minimap": "^0.7.4",
"react-native-pdf-thumbnail": "^1.0.1",
"react-photo-gallery": "^8.0.0",
"react-player": "^2.6.1",
"react-popper": "^2.2.3",
"react-quill": "^1.3.5",
"react-redux": "^7.2.1",
"react-resizable": "^1.11.0",
"react-resize-context": "^3.0.0",
"react-resize-panel": "^0.3.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-select": "^3.1.0",
"react-share": "^4.3.0",
"react-sortable-tree": "^2.8.0",
"react-textarea-autosize": "^8.2.0",
"react-thumbnail": "^1.0.0",
"react-timeago": "^5.2.0",
"react-tiny-link": "^3.6.0",
"react-tooltip": "^4.2.11",
"tinygradient": "^1.1.2",
"use-throttle": "^0.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}