-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.67 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.14",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.10.13",
"@mui/x-date-pickers": "^5.0.11",
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/extension-placeholder": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"axios": "^1.1.3",
"dayjs": "^1.11.7",
"firebase": "^9.17.2",
"js-cookie": "^3.0.1",
"laravel-echo": "^1.15.0",
"material-ui-confirm": "^3.0.9",
"mui-one-time-password-input": "^1.0.4",
"next": "latest",
"next-pwa": "^5.6.0",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.18.3",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-transform": "^1.7.0",
"prosemirror-view": "^1.29.1",
"pusher-js": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-file-previewer": "^0.6.3",
"react-joyride": "^2.5.4",
"react-swipeable-views": "^0.14.0",
"react-type-animation": "^2.1.2",
"react-use": "^17.4.0",
"react-use-pwa-install": "^0.2.4",
"swr": "^2.0.0",
"swr-devtools": "^1.2.2",
"zustand": "^4.1.4"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"typescript": "4.5.4"
}
}