mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-01 00:10:12 +01:00
22705289b2
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.4.2 to 6.5.1. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.2...6.5.1) --- updated-dependencies: - dependency-name: "@fortawesome/fontawesome-free" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"license": "LGPL-3.0-or-later",
|
|
"name": "dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"proxy": "http://localhost:8800",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@fullcalendar/bootstrap": "^6.1.9",
|
|
"@fullcalendar/core": "^6.1.10",
|
|
"@fullcalendar/daygrid": "^6.1.9",
|
|
"@fullcalendar/interaction": "^6.1.9",
|
|
"@fullcalendar/react": "^6.1.9",
|
|
"@highcharts/map-collection": "^2.1.0",
|
|
"@testing-library/jest-dom": "^6.1.5",
|
|
"@testing-library/react": "^14.1.2",
|
|
"@testing-library/user-event": "^14.5.1",
|
|
"axios": "^1.6.2",
|
|
"bootstrap": "^5.3.2",
|
|
"highcharts": "^10.3.3",
|
|
"i18next": "^23.7.8",
|
|
"i18next-chained-backend": "^4.6.2",
|
|
"i18next-http-backend": "^2.4.2",
|
|
"i18next-localstorage-backend": "^4.2.0",
|
|
"masonry-layout": "^4.2.2",
|
|
"moment": "^2.29.4",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.9.1",
|
|
"react-bootstrap-range-slider": "^3.0.8",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.5.0",
|
|
"react-mcjsonchat": "^1.0.0",
|
|
"react-router-dom": "6",
|
|
"react-scripts": "5.0.1",
|
|
"sass": "^1.69.5",
|
|
"source-map-explorer": "^2.5.2",
|
|
"swagger-ui": "^5.10.3",
|
|
"web-vitals": "^3.0.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|