1
Fork 0
driftingnebula-com/package.json

30 lines
642 B
JSON

{
"type": "module",
"dependencies": {
"modern-normalize": "^2.0.0"
},
"devDependencies": {
"@bauke/eslint-config": "^0.1.5",
"@bauke/prettier-config": "^0.1.5",
"@bauke/stylelint-config": "^0.1.5",
"@types/bun": "^1.0.8",
"astro": "^4.4.9",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"typescript": "^5.3.3",
"xo": "^0.57.0"
},
"prettier": "@bauke/prettier-config",
"stylelint": {
"extends": "@bauke/stylelint-config"
},
"xo": {
"extends": "@bauke/eslint-config",
"prettier": true,
"rules": {
"unicorn/prevent-abbreviations": "off"
},
"space": true
}
}