{ "name": "password-generator", "version": "3.1.3", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "@fluentui/react-components": "^9.49.2", "@fluentui/react-icons": "^2.0.239", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", "@types/webextension-polyfill": "^0.10.7", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react-swc": "^3.6.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.6", "typescript": "^5.4.5", "vite": "^5.2.11", "vite-plugin-static-copy": "^1.0.4", "vite-plugin-svgr": "^4.2.0", "vite-plugin-web-extension": "^4.1.3", "webextension-polyfill": "^0.11.0" }, "resolutions": { "scheduler": "^0.20.0", "@floating-ui/dom": "^1.5.4" } }