1
Fork 0
bauke-xyz/package.json

24 lines
505 B
JSON
Raw 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": {
"modern-normalize": "^1.1.0"
},
2020-07-31 10:45:37 +00:00
"devDependencies": {
2023-01-03 13:41:55 +00:00
"@bauke/eslint-config": "^0.1.2",
"@bauke/prettier-config": "^0.1.2",
"@bauke/stylelint-config": "^0.1.2",
2023-01-07 15:35:04 +00:00
"netlify-cli": "^12.5.0",
2023-01-03 13:41:55 +00:00
"stylelint": "^14.16.1",
"xo": "^0.53.1"
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
}
}