83 lines
2.6 KiB
JSON
Executable file
83 lines
2.6 KiB
JSON
Executable file
{
|
|
"name": "haikuatelier.fr",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"scripts": { "knip": "knip" },
|
|
"dependencies": {
|
|
"@logtape/logtape": "^1.0.2",
|
|
"@mobily/ts-belt": "v4.0.0-rc.5",
|
|
"@sentry/browser": "^9.34.0",
|
|
"a11y-dialog": "^8.1.4",
|
|
"chalk": "^5.4.1",
|
|
"lit-html": "^3.3.0",
|
|
"loglevel": "^1.9.2",
|
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
"optics-ts": "^2.4.1",
|
|
"purify-ts": "2.1.2",
|
|
"ts-pattern": "^5.7.1",
|
|
"valibot": "1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.0.6",
|
|
"@cspell/dict-fr-fr": "^2.3.0",
|
|
"@eslint/js": "^9.30.1",
|
|
"@playwright/test": "^1.53.2",
|
|
"@prettier/plugin-php": "^0.22.4",
|
|
"@prettier/plugin-xml": "^3.4.1",
|
|
"@sentry/core": "^9.34.0",
|
|
"@swc/cli": "0.7.7",
|
|
"@types/eslint__js": "^9.14.0",
|
|
"@types/node": "^24.0.10",
|
|
"@vitejs/plugin-legacy": "^7.0.0",
|
|
"better-typescript-lib": "^2.11.0",
|
|
"browserslist": "^4.25.1",
|
|
"eslint": "^9.30.1",
|
|
"eslint-plugin-oxlint": "^1.5.0",
|
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
"fdir": "^6.4.6",
|
|
"globals": "^16.3.0",
|
|
"knip": "^5.61.3",
|
|
"lightningcss-cli": "^1.30.1",
|
|
"oxlint": "^1.5.0",
|
|
"picomatch": "^4.0.2",
|
|
"playwright": "^1.53.2",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-pkg": "^0.21.1",
|
|
"prettier-plugin-sh": "^0.18.0",
|
|
"sass-embedded": "^1.89.2",
|
|
"stylelint": "^16.21.1",
|
|
"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.35.1",
|
|
"vite": "^7.0.2",
|
|
"vite-plugin-compression2": "^2.2.0",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
"vite-plugin-valibot-env": "^1.0.1",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"wp-types": "^4.68.1"
|
|
},
|
|
"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", "@swc/core", "core-js", "esbuild", "lightningcss-cli"]
|
|
}
|