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-23 10:50:02 +00:00
|
|
|
"@holllo/migration-helper": "^0.1.4",
|
|
|
|
"@holllo/webextension-storage": "^0.2.0",
|
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",
|
2023-06-23 10:50:02 +00:00
|
|
|
"modern-normalize": "^2.0.0",
|
2020-10-02 14:38:48 +00:00
|
|
|
"platform": "^1.3.6",
|
2023-06-23 10:50:02 +00:00
|
|
|
"preact": "^10.15.1",
|
|
|
|
"webextension-polyfill": "^0.10.0"
|
2019-11-10 17:38:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-04 09:20:20 +00:00
|
|
|
"@bauke/eslint-config": "^0.1.3",
|
|
|
|
"@bauke/prettier-config": "^0.1.3",
|
|
|
|
"@bauke/stylelint-config": "^0.1.3",
|
2023-06-24 14:32:47 +00:00
|
|
|
"@holllo/test": "^0.2.1",
|
2022-02-23 13:52:06 +00:00
|
|
|
"@types/debounce": "^1.2.1",
|
2023-07-04 09:20:20 +00:00
|
|
|
"@types/node": "^20.3.3",
|
2022-02-23 13:52:06 +00:00
|
|
|
"@types/platform": "^1.3.4",
|
2023-07-04 09:20:20 +00:00
|
|
|
"@types/webextension-polyfill": "^0.10.1",
|
2023-06-23 10:50:02 +00:00
|
|
|
"concurrently": "^8.2.0",
|
|
|
|
"cssnano": "^6.0.1",
|
2023-07-04 09:20:20 +00:00
|
|
|
"esbuild": "^0.18.11",
|
2023-06-23 10:50:02 +00:00
|
|
|
"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",
|
2022-02-23 13:52:06 +00:00
|
|
|
"trash-cli": "^5.0.0",
|
2023-06-23 10:50:02 +00:00
|
|
|
"tsx": "^3.12.7",
|
2023-07-04 09:20:20 +00:00
|
|
|
"typescript": "^5.1.6",
|
2023-06-23 10:50:02 +00:00
|
|
|
"web-ext": "^7.6.2",
|
|
|
|
"xo": "^0.54.2"
|
2019-11-10 17:38:47 +00:00
|
|
|
},
|
2023-06-23 10:50:02 +00:00
|
|
|
"prettier": "@bauke/prettier-config",
|
2019-11-10 17:38:47 +00:00
|
|
|
"stylelint": {
|
2023-06-23 10:50:02 +00:00
|
|
|
"extends": "@bauke/stylelint-config"
|
2019-11-10 17:38:47 +00:00
|
|
|
},
|
|
|
|
"xo": {
|
2023-06-23 10:50:02 +00:00
|
|
|
"extends": "@bauke/eslint-config",
|
2019-11-10 17:38:47 +00:00
|
|
|
"prettier": true,
|
2023-06-24 12:00:27 +00:00
|
|
|
"rules": {
|
2023-06-30 09:37:15 +00:00
|
|
|
"complexity": "off",
|
2023-06-24 12:00:27 +00:00
|
|
|
"no-await-in-loop": "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
|
|
|
}
|