mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-25 22:49:18 -06:00
Bumps [sass](https://github.com/sass/dart-sass) from 1.86.3 to 1.87.0. - [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.86.3...1.87.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.87.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
954 B
JSON
36 lines
954 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.9",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^5.2.5",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"chart.js": "^4.4.8",
|
|
"cron-parser": "^5.1.0",
|
|
"i18next": "^24.2.3",
|
|
"i18next-browser-languagedetector": "^8.0.4",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"react": "^19.1.0",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.4.1",
|
|
"react-router-dom": "^7.5.2",
|
|
"sass": "^1.87.0",
|
|
"uuid": "^11.1.0",
|
|
"vite": "^6.2.6",
|
|
"vite-plugin-pwa": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.1",
|
|
"@types/react-dom": "^19.1.2"
|
|
}
|
|
}
|