1
Fork 0
tildes-reextended/package.json

53 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2019-11-10 17:38:47 +00:00
{
"type": "module",
2019-11-10 17:38:47 +00:00
"private": true,
"dependencies": {
"@holllo/migration-helper": "^0.1.4",
"@holllo/webextension-storage": "^0.2.0",
"caret-pos": "^2.0.0",
"debounce": "^2.0.0",
2023-12-21 15:02:41 +00:00
"fast-diff": "^1.3.0",
"modern-normalize": "^2.0.0",
2020-10-02 14:38:48 +00:00
"platform": "^1.3.6",
"preact": "^10.19.3",
"webextension-polyfill": "^0.10.0"
2019-11-10 17:38:47 +00:00
},
"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"
2019-11-10 17:38:47 +00:00
},
"prettier": "@bauke/prettier-config",
2019-11-10 17:38:47 +00:00
"stylelint": {
"extends": "@bauke/stylelint-config"
2019-11-10 17:38:47 +00:00
},
"xo": {
"extends": "@bauke/eslint-config",
2019-11-10 17:38:47 +00:00
"prettier": true,
2023-06-24 12:00:27 +00:00
"rules": {
"@typescript-eslint/no-unsafe-enum-comparison": "off",
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
}
2019-11-10 17:38:47 +00:00
}