-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
87 lines (87 loc) · 2.56 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
{
"name": "boldo-web",
"version": "2.5.1-dev",
"private": true,
"dependencies": {
"@fullcalendar/core": "^5.3.1",
"@fullcalendar/daygrid": "^5.3.2",
"@fullcalendar/list": "^5.3.1",
"@fullcalendar/react": "^5.3.1",
"@fullcalendar/timegrid": "^5.3.1",
"@headlessui/react": "^1.7.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@react-keycloak/web": "^3.4.0",
"@sentry/integrations": "^7.80.0",
"@sentry/react": "^7.80.0",
"@sentry/tracing": "^7.80.0",
"@tailwindcss/aspect-ratio": "^0.1.4",
"@tailwindcss/ui": "^0.7.2",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-router-dom": "^5.1.6",
"@types/socket.io-client": "^1.4.34",
"@types/webrtc": "0.0.26",
"autoprefixer": "^10.0.2",
"axios": "^0.20.0",
"browser-image-compression": "^2.0.0",
"chokidar-cli": "^2.1.0",
"date-fns": "^2.16.1",
"keycloak-js": "^20.0.3",
"lodash": "^4.17.21",
"material-table": "^1.69.3",
"moment": "^2.29.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.1.7",
"postcss-cli": "^8.2.0",
"postcss-flexbugs-fixes": "^5.0.1",
"postcss-import": "^13.0.0",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.1",
"react-datepicker": "^4.10.0",
"react-dom": "^17.0.1",
"react-floating-button-menu": "^2.1.1",
"react-hook-speech-to-text": "^0.8.0",
"react-icons": "^5.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-select": "^5.5.7",
"react-timeago": "^6.2.1",
"socket.io-client": "^2.5.0",
"styled-components": "^5.3.1",
"tailwindcss": "^1.9.6",
"typescript": "^4.0.5",
"webrtc-adapter": "^7.7.0",
"zustand": "^4.4.7"
},
"scripts": {
"build:tailwind": "postcss src/tailwind.css -o src/styles.output.css",
"watch:tailwind": "postcss -w src/tailwind.css -o src/styles.output.css",
"start": "npm-run-all build:tailwind --parallel watch:tailwind start:react",
"start:react": "react-scripts start",
"prebuild": "run-s build:tailwind",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/react-timeago": "^4.1.3"
}
}