-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 3.7 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "Zoomla Video Conference APP",
"version": "1.0.0",
"private": true,
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"files": [
"dist",
"src"
],
"dependencies": {
"@100mslive/hms-noise-suppression": "0.4.1",
"@100mslive/hms-virtual-background": "1.6.1-alpha.0",
"@100mslive/react-icons": "0.3.1-alpha.0",
"@100mslive/react-sdk": "0.3.1-alpha.0",
"@100mslive/react-ui": "0.3.1-alpha.0",
"@craco/craco": "^6.4.5",
"@emoji-mart/data": "^1.0.3",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fullcalendar/common": "^5.11.2",
"@fullcalendar/core": "^5.11.2",
"@fullcalendar/daygrid": "^5.11.2",
"@fullcalendar/interaction": "^5.11.2",
"@fullcalendar/react": "^5.11.2",
"@fullcalendar/timegrid": "^5.11.2",
"@headlessui/react": "^1.6.6",
"@mantine/carousel": "^5.1.6",
"@mantine/core": "^5.1.6",
"@mantine/dates": "^5.1.6",
"@mantine/dropzone": "^5.1.6",
"@mantine/form": "^5.1.6",
"@mantine/hooks": "^5.1.6",
"@mantine/modals": "^5.1.6",
"@mantine/notifications": "^5.1.6",
"@mantine/nprogress": "^5.1.6",
"@mantine/prism": "^5.1.6",
"@mantine/rte": "^5.1.6",
"@mantine/spotlight": "^5.1.6",
"@material-tailwind/react": "^1.2.3",
"@tabler/icons": "^1.91.0",
"@tailwindcss/forms": "^0.5.2",
"@tldraw/tldraw": "^1.5.0",
"axios": "^0.27.2",
"date-fns": "^2.29.1",
"dayjs": "^1.11.5",
"embla-carousel-react": "^7.0.0",
"emoji-mart": "^5.1.0",
"firebase": "^9.9.1",
"framer-motion": "^6.5.1",
"hls.js": "^1.1.1",
"js-confetti": "^0.10.2",
"logrocket": "^2.2.0",
"logrocket-react": "^5.0.1",
"mobx": "^6.3.12",
"moment": "^2.29.4",
"mongoose": "^6.5.0",
"pusher-js": "^7.0.3",
"react": "^18.1.0",
"react-day-picker": "^8.0.7",
"react-dom": "^18.1.0",
"react-firebase-hooks": "^5.0.3",
"react-freeze": "^1.0.0",
"react-icons": "^4.4.0",
"react-query": "^3.39.0",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.8",
"react-use": "^17.3.2",
"react-window": "^1.8.7",
"recordrtc": "^5.6.2",
"screenfull": "^5.1.0",
"stream-chat": "^6.9.0",
"stream-chat-react": "^9.4.1",
"swiper": "^8.3.2",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1",
"worker-timers": "^7.0.40"
},
"scripts": {
"prebuild": "rm -rf build",
"build": "webpack --node-env production",
"start": "webpack serve",
"esbuild": "node ../../scripts/build-webapp",
"dev": "node ../../scripts/dev-webapp",
"format": "prettier -w src"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"autoprefixer": "^10.4.8",
"copy-webpack-plugin": "^10.2.1",
"css-loader": "^6.5.1",
"cssnano": "^5.0.15",
"dotenv": "^14.2.0",
"esbuild-loader": "^2.18.0",
"esbuild-plugin-postcss2": "0.1.1",
"eslint": "^8.9.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-webpack-plugin": "^3.1.1",
"eventemitter2": "^6.4.7",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.2",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.1",
"source-map-loader": "^3.0.1",
"tailwindcss": "^3.1.8",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-manifest-plugin": "^4.1.1"
}
}