80 lines
2.6 KiB
JSON
Executable file
80 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": {
|
|
"@mobily/ts-belt": "v4.0.0-rc.5",
|
|
"@sentry/browser": "^10.47.0",
|
|
"a11y-dialog": "^8.1.5",
|
|
"effect": "^4.0.0-beta.43",
|
|
"lit-html": "^3.3.2",
|
|
"purify-ts": "2.1.2",
|
|
"ts-pattern": "^5.9.0",
|
|
"valibot": "1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@effect/language-service": "^0.84.3",
|
|
"@gcch/configuration-eslint": "git+https://git.gcch.fr/gcch/configuration-eslint#62ee424274",
|
|
"@gcch/configuration-oxlint": "git+https://git.gcch.fr/gcch/configuration-oxlint#bedd1fa23aff",
|
|
"@gcch/configuration-prettier": "git+https://git.gcch.fr/gcch/configuration-prettier#8de937e801",
|
|
"@playwright/test": "^1.59.1",
|
|
"@sentry/core": "^10.47.0",
|
|
"@types/bun": "^1.3.11",
|
|
"@types/node": "^25.5.2",
|
|
"@vitejs/plugin-legacy": "^8.0.1",
|
|
"better-typescript-lib": "^2.12.0",
|
|
"browserslist": "^4.28.2",
|
|
"caniuse-lite": "^1.0.30001786",
|
|
"eslint": "^10.2.0",
|
|
"eslint-plugin-functional": "^9.0.4",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-oxlint": "^1.58.0",
|
|
"eslint-plugin-perfectionist": "^5.8.0",
|
|
"eslint-plugin-sonarjs": "^4.0.2",
|
|
"fdir": "^6.5.0",
|
|
"globals": "^17.4.0",
|
|
"jiti": "^2.6.1",
|
|
"knip": "^6.3.0",
|
|
"lightningcss": "^1.32.0",
|
|
"lightningcss-cli": "^1.32.0",
|
|
"oxlint": "^1.58.0",
|
|
"oxlint-tsgolint": "^0.19.0",
|
|
"playwright": "^1.59.1",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-pkg": "^0.22.1",
|
|
"prettier-plugin-sh": "^0.18.1",
|
|
"sass-embedded": "^1.99.0",
|
|
"stylelint": "^17.6.0",
|
|
"stylelint-config-clean-order": "^8.0.1",
|
|
"stylelint-config-sass-guidelines": "^13.0.0",
|
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
|
|
"stylelint-plugin-logical-css": "^2.1.0",
|
|
"typescript": "6.0.2",
|
|
"typescript-eslint": "^8.58.0",
|
|
"vite": "^8.0.5",
|
|
"vite-tsconfig-paths": "^6.1.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": ["@parcel/watcher", "core-js", "lightningcss-cli", "msgpackr-extract"]
|
|
}
|