mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-25 22:49:18 -06:00
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.4.1",
|
|
"chart.js": "^4.4.9",
|
|
"cron-parser": "^5.1.1",
|
|
"i18next": "^25.1.2",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"react": "^19.1.0",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-router-dom": "^7.6.0",
|
|
"sass": "^1.88.0",
|
|
"uuid": "^11.1.0",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-pwa": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.3",
|
|
"@types/react-dom": "^19.1.4"
|
|
}
|
|
}
|