mirror of
https://github.com/XFox111/easylogon-web.git
synced 2026-07-02 19:52:45 +03:00
0295e36f24
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.9 to 7.2.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.2.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "easylogon-web",
|
|
"private": true,
|
|
"version": "2.0.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react-components": "^9.72.0",
|
|
"@fluentui/react-icons": "^2.0.311",
|
|
"@microsoft/signalr": "^9.0.6",
|
|
"crypto-js": "^4.2.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.37.0",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@types/react-helmet": "^6.1.11",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"eslint": "^9.37.0",
|
|
"eslint-plugin-react-hooks": "^6.1.1",
|
|
"eslint-plugin-react-refresh": "^0.4.23",
|
|
"globals": "^16.4.0",
|
|
"scheduler": "0.23.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.45.0",
|
|
"vite": "^7.2.2",
|
|
"vite-plugin-svgr": "^4.5.0"
|
|
}
|
|
}
|