2025-11-03 (bis)
- ajoute un .dockerignore. - ajoute un Dockerfile. - met à jour les dépendances. - utilise bun comme gestionnaire de paquets npm. - utilise une configuration Vite en TypeScript. - ajoute les fichiers compilés JavaScript aux fichiers pris en charge par Git.
This commit is contained in:
parent
8bf6b0ceef
commit
e4eaf6404a
174 changed files with 16521 additions and 160 deletions
12
package.json
12
package.json
|
|
@ -7,13 +7,11 @@
|
|||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
"scripts": {
|
||||
"knip": "knip"
|
||||
},
|
||||
"scripts": { "knip": "knip" },
|
||||
"dependencies": {
|
||||
"@logtape/logtape": "^1.1.2",
|
||||
"@mobily/ts-belt": "v4.0.0-rc.5",
|
||||
"@sentry/browser": "^9.46.0",
|
||||
"@sentry/browser": "^10.22.0",
|
||||
"a11y-dialog": "^8.1.4",
|
||||
"chalk": "^5.6.2",
|
||||
"lit-html": "^3.3.1",
|
||||
|
|
@ -25,13 +23,13 @@
|
|||
"valibot": "1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.3.2",
|
||||
"@biomejs/biome": "^2.3.3",
|
||||
"@cspell/dict-fr-fr": "^2.3.2",
|
||||
"@eslint/js": "^9.39.0",
|
||||
"@playwright/test": "^1.56.1",
|
||||
"@prettier/plugin-php": "^0.24.0",
|
||||
"@prettier/plugin-xml": "^3.4.2",
|
||||
"@sentry/core": "^9.46.0",
|
||||
"@sentry/core": "^10.22.0",
|
||||
"@swc/cli": "0.7.8",
|
||||
"@types/eslint__js": "^9.14.0",
|
||||
"@types/node": "^24.10.0",
|
||||
|
|
@ -44,7 +42,7 @@
|
|||
"eslint-plugin-perfectionist": "^4.15.1",
|
||||
"fdir": "^6.5.0",
|
||||
"globals": "^16.5.0",
|
||||
"knip": "^5.67.0",
|
||||
"knip": "^5.67.1",
|
||||
"lightningcss-cli": "^1.30.2",
|
||||
"oxlint": "^1.25.0",
|
||||
"picomatch": "^4.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue