haiku-atelier-2024/package.json
gcch 7f41f34be5 corvée: met à jour l'installation
- passage à WordPress 6.8.1
- màj des dépendences NPM et Composer
2025-06-12 18:53:00 +02:00

82 lines
2.5 KiB
JSON
Executable file

{
"name": "haikuatelier.fr",
"version": "1.0.0",
"type": "module",
"description": "",
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.14.4",
"main": "index.js",
"keywords": [],
"scripts": { "knip": "knip", "test": "echo \"Error: no test specified\" && exit 1" },
"dependencies": {
"@effect/platform": "^0.84.9",
"@mobily/ts-belt": "v4.0.0-rc.5",
"@sentry/browser": "9.28.1",
"a11y-dialog": "^8.1.3",
"chalk": "^5.4.1",
"effect": "^3.16.5",
"lit-html": "^3.3.0",
"loglevel": "^1.9.2",
"loglevel-plugin-prefix": "^0.8.4",
"ts-pattern": "^5.7.1",
"valibot": "1.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@cspell/dict-fr-fr": "^2.3.0",
"@eslint/js": "^9.28.0",
"@prettier/plugin-php": "^0.22.4",
"@prettier/plugin-xml": "^3.4.1",
"@sentry/core": "^9.28.1",
"@swc/cli": "0.7.7",
"@types/node": "^24.0.1",
"@vitejs/plugin-legacy": "^6.1.1",
"@vitest/ui": "3.2.3",
"better-typescript-lib": "^2.11.0",
"browserslist": "^4.25.0",
"cspell": "^9.0.2",
"eslint": "^9.28.0",
"eslint-plugin-oxlint": "^1.1.0",
"eslint-plugin-perfectionist": "^4.14.0",
"fdir": "^6.4.6",
"globals": "^16.2.0",
"happy-dom": "^18.0.1",
"knip": "^5.61.0",
"oxlint": "^1.1.0",
"picomatch": "^4.0.2",
"prettier": "^3.5.3",
"prettier-plugin-pkg": "^0.21.1",
"prettier-plugin-sh": "^0.17.4",
"sass-embedded": "^1.89.2",
"stylelint": "^16.20.0",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard-scss": "^15.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-plugin-logical-css": "^1.2.3",
"typescript": "5.8.3",
"typescript-eslint": "^8.34.0",
"vite": "^6.3.5",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-valibot-env": "^0.10.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "3.2.3",
"wp-types": "^4.68.0"
},
"browserslist": [
"chrome >0 and last 3 years",
"edge >0 and last 3 years",
"safari >0 and last 3 years",
"firefox >0 and last 3 years",
"and_chr >0 and last 3 years",
"and_ff >0 and last 3 years",
"ios >0 and last 3 years"
],
"knip": {
"entry": ["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"]
}