2019-11-10 17:38:47 +00:00
|
|
|
{
|
2023-06-21 18:15:19 +00:00
|
|
|
"type": "module",
|
2019-11-10 17:38:47 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-06-21 18:08:12 +00:00
|
|
|
"@holllo/migration-helper": "^0.1.2",
|
2020-10-03 16:52:12 +00:00
|
|
|
"caret-pos": "^2.0.0",
|
2022-02-23 13:52:06 +00:00
|
|
|
"debounce": "^1.2.1",
|
|
|
|
"htm": "^3.1.0",
|
|
|
|
"modern-normalize": "^1.1.0",
|
2020-10-02 14:38:48 +00:00
|
|
|
"platform": "^1.3.6",
|
2022-02-23 13:52:06 +00:00
|
|
|
"preact": "^10.6.6",
|
|
|
|
"webextension-polyfill": "^0.8.0"
|
2019-11-10 17:38:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-23 13:52:06 +00:00
|
|
|
"@preact/preset-vite": "^2.1.7",
|
|
|
|
"@types/debounce": "^1.2.1",
|
|
|
|
"@types/platform": "^1.3.4",
|
|
|
|
"@types/webextension-polyfill": "^0.8.2",
|
2022-03-15 11:08:36 +00:00
|
|
|
"postcss": "^8.4.8",
|
|
|
|
"sass": "^1.49.9",
|
|
|
|
"stylelint": "^14.5.3",
|
2022-02-23 13:52:06 +00:00
|
|
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
|
|
"trash-cli": "^5.0.0",
|
2022-03-15 11:08:36 +00:00
|
|
|
"typescript": "^4.6.2",
|
|
|
|
"vite": "^2.8.6",
|
|
|
|
"vite-plugin-web-extension": "^1.1.3",
|
2022-02-23 13:52:06 +00:00
|
|
|
"web-ext": "^6.7.0",
|
|
|
|
"xo": "^0.48.0"
|
2019-11-10 17:38:47 +00:00
|
|
|
},
|
|
|
|
"stylelint": {
|
|
|
|
"extends": [
|
2022-02-23 13:52:06 +00:00
|
|
|
"stylelint-config-standard-scss"
|
2019-11-10 17:38:47 +00:00
|
|
|
],
|
|
|
|
"rules": {
|
2022-02-23 13:52:06 +00:00
|
|
|
"no-descending-specificity": null,
|
|
|
|
"string-quotes": "single"
|
2019-11-10 17:38:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"xo": {
|
|
|
|
"prettier": true,
|
|
|
|
"rules": {
|
2022-02-23 13:52:06 +00:00
|
|
|
"@typescript-eslint/naming-convention": "off"
|
2019-11-10 17:38:47 +00:00
|
|
|
},
|
|
|
|
"space": true
|
2022-02-23 13:52:06 +00:00
|
|
|
}
|
2019-11-10 17:38:47 +00:00
|
|
|
}
|