{ "name": "password-generator", "version": "3.0.0", "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.34.0", "@fluentui/react-icons": "^2.0.218", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@types/webextension-polyfill": "^0.10.0", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "@vitejs/plugin-react-swc": "^3.2.0", "eslint": "^8.53.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", "sass": "^1.69.0", "typescript": "^4.9.3", "vite": "^4.1.4", "vite-plugin-static-copy": "^0.17.0", "vite-plugin-svgr": "^4.1.0", "vite-plugin-web-extension": "^3.0.1", "webextension-polyfill": "^0.10.0" }, "resolutions": { "postcss": "^8.4.31", "tough-cookie": "^4.1.3" } }