1
Fork 0
tildes-reextended/package.json

49 lines
1.2 KiB
JSON
Raw 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": "^1.2.1",
"modern-normalize": "^2.0.0",
2020-10-02 14:38:48 +00:00
"platform": "^1.3.6",
"preact": "^10.15.1",
"webextension-polyfill": "^0.10.0"
2019-11-10 17:38:47 +00:00
},
"devDependencies": {
"@bauke/eslint-config": "^0.1.2",
"@bauke/prettier-config": "^0.1.2",
"@bauke/stylelint-config": "^0.1.2",
"@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"
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": {
"no-await-in-loop": "off"
},
2019-11-10 17:38:47 +00:00
"space": true
}
2019-11-10 17:38:47 +00:00
}