1
Fork 0
holllo-org/package.json

33 lines
760 B
JSON
Raw Normal View History

2022-03-27 21:21:21 +00:00
{
2022-09-26 19:33:14 +00:00
"private": true,
2022-03-27 21:21:21 +00:00
"dependencies": {
2024-01-17 11:03:38 +00:00
"@fontsource/inter": "^5.0.16",
"js-base64": "^3.7.5",
"modern-normalize": "^2.0.0"
2022-03-27 21:21:21 +00:00
},
"devDependencies": {
"@bauke/eslint-config": "^0.1.5",
"@bauke/prettier-config": "^0.1.5",
"@bauke/stylelint-config": "^0.1.5",
2024-01-17 11:03:38 +00:00
"@types/node": "^20.11.5",
"@types/nunjucks": "^3.2.6",
2024-01-17 14:19:15 +00:00
"astro": "^4.1.3",
2024-01-17 11:03:38 +00:00
"netlify-cli": "^17.14.0",
"sass": "^1.69.7",
"stylelint": "^16.1.0",
2024-01-17 11:20:15 +00:00
"trash-cli": "^5.0.0",
2024-01-17 11:03:38 +00:00
"typescript": "^5.3.3",
"xo": "^0.56.0"
2022-03-27 21:21:21 +00:00
},
"prettier": "@bauke/prettier-config",
"stylelint": {
"extends": "@bauke/stylelint-config"
},
2022-03-27 21:21:21 +00:00
"xo": {
"extends": "@bauke/eslint-config",
2024-01-17 14:19:15 +00:00
"extensions": ["astro"],
2022-03-27 21:21:21 +00:00
"prettier": true,
"space": true
}
}