{ "type": "module", "private": true, "dependencies": { "@holllo/migration-helper": "^0.1.4", "@holllo/webextension-storage": "^0.2.0", "caret-pos": "^2.0.0", "debounce": "^1.2.1", "modern-normalize": "^2.0.0", "platform": "^1.3.6", "preact": "^10.15.1", "webextension-polyfill": "^0.10.0" }, "devDependencies": { "@bauke/eslint-config": "^0.1.2", "@bauke/prettier-config": "^0.1.2", "@bauke/stylelint-config": "^0.1.2", "@holllo/test": "^0.2.1", "@types/debounce": "^1.2.1", "@types/node": "^20.3.1", "@types/platform": "^1.3.4", "@types/webextension-polyfill": "^0.10.0", "concurrently": "^8.2.0", "cssnano": "^6.0.1", "esbuild": "^0.18.6", "esbuild-copy-static-files": "^0.1.0", "esbuild-sass-plugin": "^2.10.0", "postcss": "^8.4.24", "sass": "^1.63.6", "stylelint": "^15.9.0", "trash-cli": "^5.0.0", "tsx": "^3.12.7", "typescript": "^5.1.3", "web-ext": "^7.6.2", "xo": "^0.54.2" }, "prettier": "@bauke/prettier-config", "stylelint": { "extends": "@bauke/stylelint-config" }, "xo": { "extends": "@bauke/eslint-config", "prettier": true, "rules": { "complexity": "off", "no-await-in-loop": "off" }, "space": true } }