haiku-atelier-2024/package.json
gcch 5f40c87c2d 2024-11-16
fonc(db) exporte la BDD de production

corvée(images) optimise les images
2024-11-16 20:16:36 +01:00

73 lines
2.3 KiB
JSON

{
"name": "haikuatelier.fr",
"version": "1.0.0",
"type": "module",
"description": "",
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.13.0",
"main": "index.js",
"keywords": [],
"scripts": { "knip": "knip", "test": "echo \"Error: no test specified\" && exit 1" },
"dependencies": {
"@mobily/ts-belt": "4.0.0-rc.5",
"@sentry/browser": "8.38.0",
"@swan-io/boxed": "^3.1.2",
"a11y-dialog": "^8.1.1",
"purify-ts": "^2.1.0",
"ts-pattern": "^5.5.0",
"valibot": "1.0.0-beta.6"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.15.0",
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-xml": "^3.4.1",
"@sentry/types": "8.38.0",
"@swc/cli": "0.5.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.9.0",
"better-typescript-lib": "^2.9.0",
"browserslist": "^4.24.2",
"eslint": "^9.15.0",
"eslint-plugin-oxlint": "^0.11.1",
"eslint-plugin-perfectionist": "^3.9.1",
"fdir": "^6.4.2",
"globals": "^15.12.0",
"knip": "^5.37.1",
"oxlint": "^0.11.1",
"picomatch": "^4.0.2",
"prettier": "^3.3.3",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"sass-embedded": "^1.81.0",
"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.20241105",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-valibot-env": "^0.8.6",
"vite-tsconfig-paths": "^5.1.2",
"wp-types": "^4.67.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"]
}