haiku-atelier-2024/package.json
2024-10-04 22:40:01 +02:00

67 lines
2.1 KiB
JSON

{
"name": "haikuatelier.fr",
"version": "1.0.0",
"type": "module",
"description": "",
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"main": "index.js",
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@sentry/browser": "^8.33.1",
"purify-ts": "^2.1.0",
"remeda": "^2.14.0",
"ts-pattern": "^5.4.0",
"valibot": "1.0.0-beta.0",
"wretch": "^2.10.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.33.1",
"@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.9",
"eslint-plugin-perfectionist": "^3.8.0",
"fdir": "^6.4.0",
"globals": "^15.10.0",
"oxlint": "^0.9.9",
"picomatch": "^4.0.2",
"prettier": "^3.3.3",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"sass": "^1.79.4",
"stylelint": "^16.9.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.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-valibot-env": "^0.8.0",
"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"
]
}