-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.9 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
{
"name": "oda-console",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@fontsource/material-symbols-sharp": "^5.0.40",
"@fontsource/play": "^5.0.21",
"@glidejs/glide": "^3.6.0",
"@google-cloud/text-to-speech": "^5.0.0",
"@opendonationassistant/oda-history-service-client": "^0.3.0",
"@opendonationassistant/oda-media-service-client": "^0.3.0",
"@opendonationassistant/oda-news-service-client": "^0.2.0",
"@opendonationassistant/oda-widget-service-client": "^0.3.0",
"@stomp/stompjs": "^7.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"ahooks": "^3.8.1",
"animate.css": "^4.1.1",
"antd": "^5.17.4",
"axios": "^1.5.1",
"bootstrap": "^5.3.1",
"date-and-time": "^3.6.0",
"howler": "^2.2.3",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"immer": "^10.1.1",
"mobx": "^6.13.2",
"mobx-react-lite": "^4.0.7",
"pino": "^8.16.1",
"rc-slider": "^10.5.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"react-i18next": "^14.1.2",
"react-resizable": "^3.0.5",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"react-stomp": "^5.1.0",
"react-toggle": "^4.1.3",
"stomp-client": "^0.9.0",
"stompjs": "^2.3.3",
"talkify-tts": "^3.9.3",
"typescript": "^5.2.2",
"uuid": "^9.0.0",
"uuidv7": "^0.6.3",
"video.js": "^8.3.0",
"videojs-playlist": "^5.1.0",
"videojs-youtube": "^3.0.1",
"web-vitals": "^2.1.4",
"ws": "^8.13.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"docker": "podman build . -t ghcr.io/stcarolas/oda-widgets:latest",
"update": "podman build . -t ghcr.io/stcarolas/oda-widgets:latest && podman push ghcr.io/stcarolas/oda-widgets:latest && ssh ubuntu@jaskier \"sh ~/update_widgets.sh\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/glidejs__glide": "^3.6.5",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.13",
"@types/react-resizable": "^3.0.8",
"@types/react-toggle": "^4.0.5",
"@types/uuid": "^9.0.7",
"@types/video.js": "^7.3.56"
}
}