Files
myspeed/client/package.json
Mathias Wagner 3bc9c5ae4b Merge pull request #207 from gnmyt/dependabot/npm_and_yarn/client/sass-1.58.3
Bump sass from 1.58.1 to 1.58.3 in /client
2023-02-18 15:27:50 +01:00

30 lines
755 B
JSON

{
"name": "client",
"version": "1.0.5",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@vitejs/plugin-react": "^3.1.0",
"cron-parser": "^4.7.1",
"i18next": "^22.4.10",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"react-i18next": "^12.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.3",
"vite": "^4.1.2",
"vite-plugin-pwa": "^0.14.4"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11"
}
}