43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"modern-normalize": "^2.0.0",
|
|
"preact": "^10.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@bauke/eslint-config": "^0.1.4",
|
|
"@bauke/prettier-config": "^0.1.4",
|
|
"@bauke/stylelint-config": "^0.1.4",
|
|
"@holllo/test": "^0.2.1",
|
|
"@types/node": "^20.8.5",
|
|
"cssnano": "^6.0.1",
|
|
"esbuild": "^0.19.4",
|
|
"esbuild-copy-static-files": "^0.1.0",
|
|
"esbuild-sass-plugin": "^2.16.0",
|
|
"netlify-cli": "^16.7.0",
|
|
"postcss": "^8.4.31",
|
|
"sass": "^1.69.3",
|
|
"stylelint": "^15.10.3",
|
|
"stylelint-config-standard-scss": "^11.0.0",
|
|
"trash-cli": "^5.0.0",
|
|
"tsx": "^3.13.0",
|
|
"typescript": "^5.2.2",
|
|
"xo": "^0.56.0"
|
|
},
|
|
"prettier": "@bauke/prettier-config",
|
|
"stylelint": {
|
|
"extends": "@bauke/stylelint-config"
|
|
},
|
|
"xo": {
|
|
"extends": "@bauke/eslint-config",
|
|
"prettier": true,
|
|
"rules": {
|
|
"@typescript-eslint/consistent-type-definitions": "off",
|
|
"import/no-extraneous-dependencies": "off",
|
|
"no-await-in-loop": "off"
|
|
},
|
|
"space": true
|
|
}
|
|
}
|