This repository was archived by the owner on Feb 10, 2023. It is now read-only.
forked from siddsax/foyer-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.97 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
100
101
102
103
{
"name": "foyer-site",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@google-cloud/tasks": "^2.4.2",
"@hocuspocus/server": "^1.0.0-alpha.75",
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/lab": "^5.0.0-alpha.44",
"@mui/icons-material": "^5.0.4",
"@mui/lab": "^5.0.0-alpha.51",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"@sendgrid/mail": "^7.4.7",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@tinymce/tinymce-react": "^3.13.0",
"@tiptap/core": "^2.0.0-beta.129",
"@tiptap/extension-character-count": "^2.0.0-beta.14",
"@tiptap/extension-collaboration": "^2.0.0-beta.26",
"@tiptap/extension-highlight": "^2.0.0-beta.26",
"@tiptap/react": "^2.0.0-beta.72",
"@tiptap/starter-kit": "^2.0.0-beta.111",
"@types/react-transition-group": "^1.1.8",
"animate.css": "^4.1.1",
"bootstrap": "^5.1.1",
"Dante2": "^0.5.0-rc4",
"dante3": "^1.0.6-alpha.1",
"date-fns": "^2.25.0",
"dateformat": "^5.0.1",
"debounce": "^1.2.1",
"draft-js": "^0.11.7",
"draft-js-editor": "^1.12.4",
"draft-wysiwyg": "^0.2.4",
"firebase": "^8.0.2",
"firebase-functions": "^3.16.0",
"material-icons": "^1.5.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nodemailer": "^6.7.0",
"quill": "^1.3.7",
"quill-cursors": "^3.1.0",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-rc.0",
"react-bootstrap-dropdown-menu": "^1.1.23",
"react-copy-to-clipboard": "^5.0.4",
"react-datepicker": "^4.3.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-edit-text": "^4.2.0",
"react-firebase-hooks": "^3.0.4",
"react-google-calendar-api": "^1.4.0",
"react-markdown": "^7.0.1",
"react-popup": "^0.10.0",
"react-quill": "^2.0.0-beta.4",
"react-router-dom": "^5.3.0",
"react-router-last-location": "^2.0.1",
"react-scripts": "^4.0.3",
"react-spinners": "^0.11.0",
"react-transition-group": "^1.2.1",
"react-uuid": "^1.0.2",
"reactjs-popup": "^2.0.5",
"sass": "^1.43.4",
"slate": "^0.66.2",
"slate-history": "^0.66.0",
"slate-react": "^0.66.2",
"slate-yjs": "^3.1.1",
"web-vitals": "^1.0.1",
"y-indexeddb": "^9.0.6",
"y-leveldb": "^0.1.0",
"y-quill": "^0.1.4",
"y-webrtc": "^10.2.0",
"y-websocket": "^1.3.17",
"yjs": "^13.5.17"
},
"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"
]
}
}