-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
111 lines (111 loc) · 3.54 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
104
105
106
107
108
109
110
111
{
"name": "pointauc_frontend_vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"7tv": "^0.1.2",
"@hookform/error-message": "^2.0.1",
"@kozjar/twitch-emoticons": "^2.3.3",
"@mui/icons-material": "^6.3.0",
"@mui/lab": "^6.0.0-beta.21",
"@mui/material": "^6.3.0",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@mui/styled-engine-sc": "^6.3.0",
"@mui/styles": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-data-grid": "^6.18.0",
"@reduxjs/toolkit": "^1.9.7",
"@tiptap/extension-color": "^2.3.0",
"@tiptap/extension-highlight": "^2.3.0",
"@tiptap/extension-history": "^2.3.0",
"@tiptap/extension-text-align": "^2.3.0",
"@tiptap/extension-text-style": "^2.3.0",
"@tiptap/extension-underline": "^2.3.0",
"@tiptap/pm": "^2.3.0",
"@tiptap/react": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@types/canvas-confetti": "^1.6.4",
"axios": "^1.6.0",
"canvas-confetti": "^1.9.3",
"centrifuge2": "npm:centrifuge@2",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"cloudinary-react": "^1.8.1",
"dayjs": "^1.11.10",
"gsap": "3",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.2.1",
"js-cookie": "^3.0.5",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-flip-move": "^3.0.5",
"react-hook-form": "^7.48.2",
"react-i18next": "^13.3.1",
"react-map-interaction": "^2.1.0",
"react-mui-dropzone": "^4.0.7",
"react-redux": "^8.1.3",
"react-router": "^6.18.0",
"react-router-dom": "^6.18.0",
"react-transition-group": "^4.4.5",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"read-excel-file": "^5.7.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"socket.io-client": "^4.7.2",
"string-similarity": "^4.0.4",
"styled-components": "^6.1.0",
"tinycolor2": "^1.6.0",
"tmi.js": "^1.8.5",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"youtube-player": "^5.6.0"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/gsap": "^3.0.0",
"@types/js-cookie": "^3.0.5",
"@types/lodash.merge": "^4.6.8",
"@types/lodash.mergewith": "^4.6.8",
"@types/react": "^18.2.15",
"@types/react-color": "^3.0.9",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.8",
"@types/string-similarity": "^4.0.1",
"@types/styled-components": "^5.1.29",
"@types/tinycolor2": "^1.4.5",
"@types/tmi.js": "^1.8.5",
"@types/uuid": "^9.0.6",
"@types/youtube-player": "^5.5.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "3.0.3",
"sass": "^1.69.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-svgr": "^4.1.0",
"vite-tsconfig-paths": "^4.2.1"
}
}