1
Fork 0
today/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2023-05-26 12:26:46 +00:00
{
"private": true,
"type": "module",
"dependencies": {
"modern-normalize": "^2.0.0",
2023-11-03 12:27:49 +00:00
"preact": "^10.18.1"
2023-05-26 12:26:46 +00:00
},
"devDependencies": {
2023-11-03 12:27:49 +00:00
"@bauke/eslint-config": "^0.1.4",
"@bauke/prettier-config": "^0.1.4",
"@bauke/stylelint-config": "^0.1.4",
2023-05-26 12:26:46 +00:00
"@holllo/test": "^0.2.1",
2023-11-03 12:27:49 +00:00
"@types/node": "^20.8.5",
2023-05-26 12:26:46 +00:00
"cssnano": "^6.0.1",
2023-11-03 12:27:49 +00:00
"esbuild": "^0.19.4",
2023-05-26 12:26:46 +00:00
"esbuild-copy-static-files": "^0.1.0",
2023-11-03 12:27:49 +00:00
"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",
2023-05-26 12:26:46 +00:00
"trash-cli": "^5.0.0",
2023-11-03 12:27:49 +00:00
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"xo": "^0.56.0"
2023-05-26 12:26:46 +00:00
},
"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
}
}