{ "type": "module", "private": true, "dependencies": { "@holllo/migration-helper": "^0.1.2", "caret-pos": "^2.0.0", "debounce": "^1.2.1", "htm": "^3.1.0", "modern-normalize": "^1.1.0", "platform": "^1.3.6", "preact": "^10.6.6", "webextension-polyfill": "^0.8.0" }, "devDependencies": { "@preact/preset-vite": "^2.1.7", "@types/debounce": "^1.2.1", "@types/platform": "^1.3.4", "@types/webextension-polyfill": "^0.8.2", "postcss": "^8.4.8", "sass": "^1.49.9", "stylelint": "^14.5.3", "stylelint-config-standard-scss": "^3.0.0", "trash-cli": "^5.0.0", "typescript": "^4.6.2", "vite": "^2.8.6", "vite-plugin-web-extension": "^1.1.3", "web-ext": "^6.7.0", "xo": "^0.48.0" }, "stylelint": { "extends": [ "stylelint-config-standard-scss" ], "rules": { "no-descending-specificity": null, "string-quotes": "single" } }, "xo": { "prettier": true, "rules": { "@typescript-eslint/naming-convention": "off" }, "space": true } }