2024-09-06

This commit is contained in:
gcch 2024-09-06 10:47:20 +02:00
commit 082202007b
58 changed files with 247957 additions and 494 deletions

View file

@ -10,36 +10,40 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@sentry/browser": "^8.28.0",
"purify-ts": "^2.1.0",
"remeda": "^2.12.0",
"valibot": "^0.41.0",
"wretch": "^2.9.0"
},
"devDependencies": {
"@awmottaz/prettier-plugin-void-html": "^1.6.1",
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "^1.8.3",
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-xml": "^3.4.1",
"@sentry/types": "^8.28.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.14",
"@zackad/prettier-plugin-twig": "^0.8.0",
"browserslist": "^4.23.3",
"fdir": "^6.2.0",
"fdir": "^6.3.0",
"picomatch": "^4.0.2",
"prettier": "^3.3.3",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"sass": "^1.77.8",
"stylelint": "^16.8.2",
"sass": "^1.78.0",
"stylelint": "^16.9.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-plugin-logical-css": "^1.2.1",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"vite": "^5.4.3",
"vite-plugin-valibot-env": "^0.6.11",
"wp-types": "^4.66.1"
},
"browserslist": [
"defaults",
"last 3 years",
"not dead"
],
"dependencies": {
"purify-ts": "^2.1.0"
}
]
}