2024-03-02 12:31:31 +00:00
|
|
|
{
|
|
|
|
"type": "module",
|
2024-03-02 12:43:23 +00:00
|
|
|
"dependencies": {
|
|
|
|
"modern-normalize": "^2.0.0"
|
|
|
|
},
|
2024-03-02 12:31:31 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@bauke/eslint-config": "^0.1.5",
|
|
|
|
"@bauke/prettier-config": "^0.1.5",
|
2024-03-02 12:35:00 +00:00
|
|
|
"@bauke/stylelint-config": "^0.1.5",
|
2024-03-02 12:31:31 +00:00
|
|
|
"@types/bun": "^1.0.8",
|
|
|
|
"astro": "^4.4.9",
|
|
|
|
"sass": "^1.71.1",
|
2024-03-02 12:35:00 +00:00
|
|
|
"stylelint": "^16.2.1",
|
2024-03-02 12:31:31 +00:00
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"xo": "^0.57.0"
|
|
|
|
},
|
|
|
|
"prettier": "@bauke/prettier-config",
|
2024-03-02 12:35:00 +00:00
|
|
|
"stylelint": {
|
|
|
|
"extends": "@bauke/stylelint-config"
|
|
|
|
},
|
2024-03-02 12:31:31 +00:00
|
|
|
"xo": {
|
|
|
|
"extends": "@bauke/eslint-config",
|
|
|
|
"prettier": true,
|
|
|
|
"rules": {
|
|
|
|
"unicorn/prevent-abbreviations": "off"
|
|
|
|
},
|
|
|
|
"space": true
|
|
|
|
}
|
|
|
|
}
|