2025-04-23

This commit is contained in:
gcch 2025-04-23 19:10:41 +02:00
commit a16704236b
4 changed files with 3529 additions and 1900 deletions

1625
bun.lock Normal file

File diff suppressed because it is too large Load diff

579
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,59 +8,61 @@
"packageManager": "pnpm@9.14.4", "packageManager": "pnpm@9.14.4",
"main": "index.js", "main": "index.js",
"keywords": [], "keywords": [],
"scripts": { "knip": "knip", "test": "echo \"Error: no test specified\" && exit 1" }, "scripts": {
"knip": "knip",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": { "dependencies": {
"@mobily/ts-belt": "4.0.0-rc.5", "@mobily/ts-belt": "3.13.1",
"@sentry/browser": "8.48.0", "@sentry/browser": "9.14.0",
"@swan-io/boxed": "^3.2.0", "@swan-io/boxed": "^3.2.0",
"a11y-dialog": "^8.1.1", "a11y-dialog": "^8.1.3",
"chalk": "^5.4.1", "chalk": "^5.4.1",
"lit-html": "^3.2.1", "lit-html": "^3.3.0",
"loglevel": "^1.9.2", "loglevel": "^1.9.2",
"loglevel-plugin-prefix": "^0.8.4", "loglevel-plugin-prefix": "^0.8.4",
"optics-ts": "^2.4.1", "optics-ts": "^2.4.1",
"purify-ts": "^2.1.0", "purify-ts": "^2.1.1",
"ts-pattern": "^5.6.0", "ts-pattern": "^5.7.0",
"valibot": "1.0.0-beta.11" "valibot": "1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.4", "@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.17.0", "@eslint/js": "^9.25.1",
"@prettier/plugin-php": "^0.22.2", "@prettier/plugin-php": "^0.22.4",
"@prettier/plugin-xml": "^3.4.1", "@prettier/plugin-xml": "^3.4.1",
"@sentry/core": "^8.48.0", "@sentry/core": "^9.14.0",
"@swc/cli": "0.5.2", "@swc/cli": "0.7.3",
"@types/eslint__js": "^8.42.3", "@types/node": "^22.14.1",
"@types/node": "^22.10.5", "@vitejs/plugin-legacy": "^6.1.0",
"@vitejs/plugin-legacy": "^6.0.0", "better-typescript-lib": "^2.11.0",
"better-typescript-lib": "^2.10.0",
"browserslist": "^4.24.4", "browserslist": "^4.24.4",
"eslint": "^9.17.0", "eslint": "^9.25.1",
"eslint-plugin-oxlint": "^0.15.5", "eslint-plugin-oxlint": "^0.16.7",
"eslint-plugin-perfectionist": "^4.6.0", "eslint-plugin-perfectionist": "^4.12.1",
"fdir": "^6.4.2", "fdir": "^6.4.4",
"globals": "^15.14.0", "globals": "^16.0.0",
"knip": "^5.41.1", "knip": "^5.50.5",
"oxlint": "^0.15.5", "oxlint": "^0.16.7",
"picomatch": "^4.0.2", "picomatch": "^4.0.2",
"prettier": "^3.4.2", "prettier": "^3.5.3",
"prettier-plugin-pkg": "^0.18.1", "prettier-plugin-pkg": "^0.19.0",
"prettier-plugin-sh": "^0.14.0", "prettier-plugin-sh": "^0.17.2",
"sass-embedded": "^1.83.1", "sass-embedded": "^1.87.0",
"stylelint": "^16.12.0", "stylelint": "^16.19.0",
"stylelint-config-clean-order": "^7.0.0", "stylelint-config-clean-order": "^7.0.0",
"stylelint-config-sass-guidelines": "^12.1.0", "stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard-scss": "^14.0.0", "stylelint-config-standard-scss": "^14.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0", "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-plugin-logical-css": "^1.2.1", "stylelint-plugin-logical-css": "^1.2.3",
"typescript": "5.8.0-dev.20241122", "typescript": "5.8.3",
"typescript-eslint": "^8.19.1", "typescript-eslint": "^8.31.0",
"vite": "^6.0.7", "vite": "^6.3.2",
"vite-plugin-manifest-sri": "^0.2.0", "vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-node-polyfills": "^0.22.0", "vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-valibot-env": "^0.9.3", "vite-plugin-valibot-env": "^0.10.0",
"vite-tsconfig-paths": "^5.1.4", "vite-tsconfig-paths": "^5.1.4",
"wp-types": "^4.67.0" "wp-types": "^4.68.0"
}, },
"browserslist": [ "browserslist": [
"chrome >0 and last 3 years", "chrome >0 and last 3 years",
@ -72,8 +74,18 @@
"ios >0 and last 3 years" "ios >0 and last 3 years"
], ],
"knip": { "knip": {
"entry": ["web/app/themes/haiku-atelier-2024/src/scripts/*.ts"], "entry": [
"project": ["web/app/themes/haiku-atelier-2024/src/scripts/**/*.{js,ts,d.ts}"] "web/app/themes/haiku-atelier-2024/src/scripts/*.ts"
],
"project": [
"web/app/themes/haiku-atelier-2024/src/scripts/**/*.{js,ts,d.ts}"
]
}, },
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher"] "trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@swc/core",
"core-js",
"esbuild"
]
} }

3137
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff