1
Fork 0
tildes-reextended/package.json

47 lines
1.1 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": {
2023-06-21 18:08:12 +00:00
"@holllo/migration-helper": "^0.1.2",
"caret-pos": "^2.0.0",
"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",
"preact": "^10.6.6",
"webextension-polyfill": "^0.8.0"
2019-11-10 17:38:47 +00:00
},
"devDependencies": {
"@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",
"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",
"web-ext": "^6.7.0",
"xo": "^0.48.0"
2019-11-10 17:38:47 +00:00
},
"stylelint": {
"extends": [
"stylelint-config-standard-scss"
2019-11-10 17:38:47 +00:00
],
"rules": {
"no-descending-specificity": null,
"string-quotes": "single"
2019-11-10 17:38:47 +00:00
}
},
"xo": {
"prettier": true,
"rules": {
"@typescript-eslint/naming-convention": "off"
2019-11-10 17:38:47 +00:00
},
"space": true
}
2019-11-10 17:38:47 +00:00
}