{ "type": "module", "private": true, "dependencies": { "@holllo/migration-helper": "^0.1.4", "@holllo/webextension-storage": "^0.2.0", "caret-pos": "^2.0.0", "debounce": "^2.0.0", "fast-diff": "^1.3.0", "modern-normalize": "^2.0.0", "platform": "^1.3.6", "preact": "^10.19.3", "webextension-polyfill": "^0.10.0" }, "devDependencies": { "@bauke/eslint-config": "^0.1.4", "@bauke/prettier-config": "^0.1.4", "@bauke/stylelint-config": "^0.1.4", "@holllo/test": "^0.2.1", "@types/debounce": "^1.2.4", "@types/node": "^20.11.0", "@types/platform": "^1.3.6", "@types/webextension-polyfill": "^0.10.7", "concurrently": "^8.2.2", "cssnano": "^6.0.3", "esbuild": "^0.19.11", "esbuild-copy-static-files": "^0.1.0", "esbuild-sass-plugin": "^2.16.1", "postcss": "^8.4.33", "sass": "^1.69.7", "stylelint": "^15.9.0", "trash-cli": "^5.0.0", "tsx": "^4.7.0", "typescript": "^5.3.3", "web-ext": "^7.10.0", "xo": "^0.56.0" }, "prettier": "@bauke/prettier-config", "stylelint": { "extends": "@bauke/stylelint-config" }, "xo": { "extends": "@bauke/eslint-config", "prettier": true, "rules": { "@typescript-eslint/no-unsafe-enum-comparison": "off", "complexity": "off", "no-await-in-loop": "off" }, "space": true } }