haiku-atelier-2024/package.json
2025-04-23 19:16:23 +02:00

91 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": {
"@mobily/ts-belt": "3.13.1",
"@sentry/browser": "9.14.0",
"@swan-io/boxed": "^3.2.0",
"a11y-dialog": "^8.1.3",
"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.1",
"ts-pattern": "^5.7.0",
"valibot": "1.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.25.1",
"@prettier/plugin-php": "^0.22.4",
"@prettier/plugin-xml": "^3.4.1",
"@sentry/core": "^9.14.0",
"@swc/cli": "0.7.3",
"@types/node": "^22.14.1",
"@vitejs/plugin-legacy": "^6.1.0",
"better-typescript-lib": "^2.11.0",
"browserslist": "^4.24.4",
"eslint": "^9.25.1",
"eslint-plugin-oxlint": "^0.16.7",
"eslint-plugin-perfectionist": "^4.12.1",
"fdir": "^6.4.4",
"globals": "^16.0.0",
"knip": "^5.50.5",
"oxlint": "^0.16.7",
"picomatch": "^4.0.2",
"prettier": "^3.5.3",
"prettier-plugin-pkg": "^0.19.0",
"prettier-plugin-sh": "^0.17.2",
"sass-embedded": "^1.87.0",
"stylelint": "^16.19.0",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-plugin-logical-css": "^1.2.3",
"typescript": "5.8.3",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.2",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-valibot-env": "^0.10.0",
"vite-tsconfig-paths": "^5.1.4",
"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",
"@swc/core",
"core-js",
"esbuild"
]
}