98 lines
2.8 KiB
JSON
Executable file
98 lines
2.8 KiB
JSON
Executable file
{
|
|
"name": "haikuatelier.fr",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"knip": "knip"
|
|
},
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"@effect/platform": "^0.93.6",
|
|
"@effect/platform-browser": "^0.73.0",
|
|
"@gcch/ideale-standard": "^0.0.6",
|
|
"@mobily/ts-belt": "v4.0.0-rc.5",
|
|
"@sentry/browser": "^10.29.0",
|
|
"a11y-dialog": "^8.1.4",
|
|
"effect": "^3.19.9",
|
|
"lit-html": "^3.3.1",
|
|
"nimble-html": "^0.1.5",
|
|
"purify-ts": "2.1.2",
|
|
"ts-pattern": "^5.9.0",
|
|
"valibot": "1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.8",
|
|
"@cspell/dict-fr-fr": "^2.3.2",
|
|
"@effect/language-service": "^0.60.0",
|
|
"@eslint/js": "^9.39.1",
|
|
"@gcch/configuration-eslint": "^0.0.10",
|
|
"@gcch/configuration-prettier": "^0.0.10",
|
|
"@playwright/test": "^1.57.0",
|
|
"@prettier/plugin-xml": "^3.4.2",
|
|
"@sentry/core": "^10.29.0",
|
|
"@types/eslint__js": "^9.14.0",
|
|
"@types/node": "^24.10.1",
|
|
"better-typescript-lib": "^2.12.0",
|
|
"browserslist": "^4.28.1",
|
|
"caniuse-lite": "^1.0.30001759",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-oxlint": "^1.31.0",
|
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
"fdir": "^6.5.0",
|
|
"globals": "^16.5.0",
|
|
"knip": "^5.71.0",
|
|
"lightningcss-cli": "^1.30.2",
|
|
"oxlint": "^1.31.0",
|
|
"picomatch": "^4.0.3",
|
|
"playwright": "^1.57.0",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-curly": "^0.4.1",
|
|
"prettier-plugin-pkg": "^0.21.2",
|
|
"prettier-plugin-sh": "^0.18.0",
|
|
"sass-embedded": "^1.93.3",
|
|
"stylelint": "^16.26.1",
|
|
"stylelint-config-clean-order": "^8.0.0",
|
|
"stylelint-config-sass-guidelines": "^12.1.0",
|
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
"stylelint-no-unsupported-browser-features": "^8.0.5",
|
|
"stylelint-order": "^7.0.0",
|
|
"stylelint-plugin-logical-css": "^1.2.3",
|
|
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "^8.48.1",
|
|
"vite": "8.0.0-beta.0",
|
|
"vite-php-manifest": "^0.1.1",
|
|
"vite-plugin-valibot-env": "^1.0.1",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"wp-types": "^4.69.0"
|
|
},
|
|
"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",
|
|
"core-js",
|
|
"esbuild",
|
|
"lightningcss-cli",
|
|
"msgpackr-extract"
|
|
]
|
|
}
|