This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.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
{
"private": true,
"scripts": {
"watch": "webpack --progress --watch",
"build": "webpack --progress --mode production",
"format": "prettier --write app/javascript/**/*.{ts,tsx,scss}"
},
"devDependencies": {
"@types/loadable__component": "^5.13.4",
"@types/rails__ujs": "^6.0.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/video.js": "^7.3.51",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"framer-motion": "^4.1.17",
"glob": "^10.2.2",
"mini-css-extract-plugin": "^2.7.5",
"prettier": "^2.8.8",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"util": "^0.12.5",
"webpack": "^5.80.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@aws-sdk/client-chime": "^3.319.0",
"@aws-sdk/types": "^3.310.0",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.0",
"@chakra-ui/theme-tools": "^2.0.17",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@loadable/component": "^5.15.3",
"@rails/ujs": "^7.0.4",
"@sentry/browser": "^7.49.0",
"@sentry/react": "^7.49.0",
"@sentry/tracing": "^7.49.0",
"amazon-chime-sdk-js": "^3.13.0",
"amazon-ivs-player": "^1.18.0",
"autolinker": "^4.0.0",
"dayjs": "^1.11.7",
"dequal": "^2.0.3",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"react-hook-form": "^7.43.9",
"react-router-dom": "^6.10.0",
"react-textarea-autosize": "^8.4.1",
"swr": "^1.3.0",
"video.js": "<8"
},
"engines": {
"node": "19.x",
"npm": "8.x"
}
}