1
Fork 0
today/package.json

38 lines
917 B
JSON
Raw Permalink Normal View History

2023-05-26 12:26:46 +00:00
{
"private": true,
"type": "module",
"dependencies": {
"modern-normalize": "^2.0.0",
2024-01-30 14:18:22 +00:00
"preact": "^10.19.3"
2023-05-26 12:26:46 +00:00
},
"devDependencies": {
2024-01-30 14:18:22 +00:00
"@bauke/eslint-config": "^0.1.5",
"@bauke/prettier-config": "^0.1.5",
"@bauke/stylelint-config": "^0.1.5",
"@holllo/test": "^0.2.2",
"@types/node": "^20.11.10",
"cssnano": "^6.0.3",
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",
2024-01-30 14:18:22 +00:00
"esbuild-sass-plugin": "^2.16.1",
"netlify-cli": "^17.15.5",
"postcss": "^8.4.33",
2023-11-03 12:27:49 +00:00
"sass": "^1.69.3",
2024-01-30 14:18:22 +00:00
"stylelint": "^16.2.0",
"stylelint-config-standard-scss": "^13.0.0",
2023-05-26 12:26:46 +00:00
"trash-cli": "^5.0.0",
2024-01-30 14:18:22 +00:00
"tsx": "^4.7.0",
"typescript": "^5.3.3",
2023-11-03 12:27:49 +00:00
"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,
"space": true
}
}