-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.66 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.66 KB
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@popperjs/core": "^2.10.2",
"axios": "^0.21",
"bootstrap": "^5.1.3",
"laravel-echo": "^1.11.3",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"pusher-js": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-refresh": "^0.11.0",
"sass": "^1.46.0",
"sass-loader": "^12.4.0"
},
"dependencies": {
"@chatui/core": "^1.2.3",
"@date-io/date-fns": "^2.11.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/roboto": "^4.5.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@react-keycloak/web": "^3.4.0",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"emoji-mart": "^3.0.1",
"keycloak-js": "^16.1.0",
"prop-types": "^15.8.1",
"react-cropper": "^2.1.8",
"react-dropzone": "^11.4.2",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"recharts": "^2.1.8",
"resolve-url-loader": "^4.0.0"
}
}