33 lines
767 B
JSON
33 lines
767 B
JSON
{
|
|
"private": "true",
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^2.1.1",
|
|
"@astrojs/preact": "^3.1.1",
|
|
"@bauke/eslint-config": "^0.1.5",
|
|
"@bauke/prettier-config": "^0.1.5",
|
|
"@bauke/stylelint-config": "^0.1.5",
|
|
"@types/node": "^20.11.20",
|
|
"astro": "^4.4.4",
|
|
"modern-normalize": "^2.0.0",
|
|
"netlify-cli": "^17.17.0",
|
|
"preact": "^10.19.6",
|
|
"sass": "^1.71.1",
|
|
"stylelint": "^16.2.1",
|
|
"trash-cli": "^5.0.0",
|
|
"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
|
|
}
|
|
}
|