forked from scottbenton/Iron-Fellowship_and_Crew-Link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "react-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/rubik": "^4.5.13",
"@fontsource/staatliches": "^4.5.9",
"@iconify-icons/game-icons": "^1.2.1",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5.11.3",
"@tiptap/extension-collaboration": "^2.0.3",
"@tiptap/extension-collaboration-cursor": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.0-beta.218",
"@tiptap/pm": "^2.0.0-beta.218",
"@tiptap/react": "^2.0.0-beta.218",
"@tiptap/starter-kit": "^2.0.0-beta.218",
"dataforged": "^2.0.0-2",
"firebase": "^9.17.1",
"formik": "^2.2.9",
"immer": "^9.0.17",
"material-ui-confirm": "^3.0.8",
"notistack": "^2.0.8",
"react": "^18.2.0",
"react-avatar-editor": "^13.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"react-router-dom": "^6.6.1",
"react-transition-group": "^4.4.5",
"remark-gfm": "^3.0.1",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.5",
"y-prosemirror": "1.0.20",
"y-webrtc": "^10.2.5",
"yjs": "^13.6.0",
"yup": "^1.0.2",
"zustand": "^4.2.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-avatar-editor": "^13.0.0",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}