haiku-atelier-2024/package.json
2024-10-16 22:06:13 +02:00

66 lines
2 KiB
JSON

{
"name": "haikuatelier.fr",
"version": "1.0.0",
"type": "module",
"description": "",
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.12.1",
"main": "index.js",
"keywords": [],
"scripts": { "test": "echo \"Error: no test specified\" && exit 1" },
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@sentry/browser": "8.34.0",
"html-template-tag": "^4.1.0",
"purify-ts": "^2.1.0",
"remeda": "^2.15.0",
"ts-pattern": "^5.5.0",
"valibot": "1.0.0-beta.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@eslint/js": "^9.12.0",
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-xml": "^3.4.1",
"@sentry/types": "8.34.0",
"@swc/cli": "0.4.1-nightly.20240914",
"@types/eslint__js": "^8.42.3",
"better-typescript-lib": "^2.9.0",
"browserslist": "^4.24.0",
"configurations-js": "git+https://git.gcch.fr/gcch/configurations-js.git",
"eslint": "^9.12.0",
"eslint-plugin-oxlint": "^0.9.10",
"eslint-plugin-perfectionist": "^3.9.0",
"fdir": "^6.4.2",
"globals": "^15.11.0",
"oxlint": "^0.9.10",
"picomatch": "^4.0.2",
"prettier": "^3.3.3",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"sass": "^1.79.5",
"stylelint": "^16.10.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-plugin-logical-css": "^1.2.1",
"typescript": "5.7.0-dev.20241010",
"typescript-eslint": "^8.9.0",
"vite": "^5.4.9",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-valibot-env": "^0.8.1",
"vite-tsconfig-paths": "^5.0.1",
"wp-types": "^4.66.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"
]
}