mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-10-31 16:01:00 +01:00
f2749a33ff
Bumps [sass](https://github.com/sass/dart-sass) from 1.70.0 to 1.71.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.70.0...1.71.1) --- updated-dependencies: - dependency-name: sass 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>
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"license": "LGPL-3.0-or-later",
|
|
"name": "dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"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.5.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@fullcalendar/bootstrap": "^6.1.10",
|
|
"@fullcalendar/core": "^6.1.11",
|
|
"@fullcalendar/daygrid": "^6.1.10",
|
|
"@fullcalendar/interaction": "^6.1.10",
|
|
"@fullcalendar/react": "^6.1.10",
|
|
"@highcharts/map-collection": "^2.1.0",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^14.2.1",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"axios": "^1.6.7",
|
|
"bootstrap": "^5.3.3",
|
|
"export-to-csv": "^1.2.2",
|
|
"highcharts": "^10.3.3",
|
|
"i18next": "^23.8.2",
|
|
"i18next-chained-backend": "^4.6.2",
|
|
"i18next-http-backend": "^2.5.0",
|
|
"i18next-localstorage-backend": "^4.2.0",
|
|
"masonry-layout": "^4.2.2",
|
|
"moment": "^2.30.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.10.1",
|
|
"react-bootstrap-range-slider": "^3.0.8",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.0.5",
|
|
"react-mcjsonchat": "^1.0.0",
|
|
"react-router-dom": "6",
|
|
"sass": "^1.71.1",
|
|
"source-map-explorer": "^2.5.2",
|
|
"swagger-ui": "^5.11.7",
|
|
"web-vitals": "^3.0.2"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"vite": "^5.1.4"
|
|
}
|
|
}
|