1
Fork 0
bauke-xyz/package.json

25 lines
532 B
JSON
Raw Permalink Normal View History

2020-07-31 10:45:37 +00:00
{
2022-09-25 22:56:32 +00:00
"private": "true",
2021-12-03 23:51:55 +00:00
"dependencies": {
2024-01-15 15:31:42 +00:00
"modern-normalize": "^2.0.0"
2021-12-03 23:51:55 +00:00
},
2020-07-31 10:45:37 +00:00
"devDependencies": {
2024-01-15 15:31:42 +00:00
"@bauke/eslint-config": "^0.1.5",
"@bauke/prettier-config": "^0.1.5",
"@bauke/stylelint-config": "^0.1.5",
"netlify-cli": "^17.13.2",
"stylelint": "^16.1.0",
2024-01-15 15:32:43 +00:00
"trash-cli": "^5.0.0",
2024-01-15 15:31:42 +00:00
"xo": "^0.56.0"
2020-07-31 10:45:37 +00:00
},
2023-01-03 13:41:55 +00:00
"prettier": "@bauke/prettier-config",
2020-07-31 10:45:37 +00:00
"stylelint": {
2023-01-03 13:41:55 +00:00
"extends": "@bauke/stylelint-config"
},
"xo": {
2023-01-03 13:41:55 +00:00
"extends": "@bauke/eslint-config",
"prettier": true,
"space": true
2020-07-31 10:45:37 +00:00
}
}