2024-12-10
corvée(db) exporte la BDD de production
This commit is contained in:
parent
ace47f1701
commit
ac0efab9b2
8 changed files with 15893 additions and 217 deletions
24
package.json
24
package.json
|
|
@ -8,10 +8,13 @@
|
|||
"packageManager": "pnpm@9.14.4",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
"scripts": { "knip": "knip", "test": "echo \"Error: no test specified\" && exit 1" },
|
||||
"scripts": {
|
||||
"knip": "knip",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mobily/ts-belt": "4.0.0-rc.5",
|
||||
"@sentry/browser": "8.42.0",
|
||||
"@sentry/browser": "8.43.0",
|
||||
"@swan-io/boxed": "^3.1.2",
|
||||
"a11y-dialog": "^8.1.1",
|
||||
"optics-ts": "^2.4.1",
|
||||
|
|
@ -24,7 +27,7 @@
|
|||
"@eslint/js": "^9.16.0",
|
||||
"@prettier/plugin-php": "^0.22.2",
|
||||
"@prettier/plugin-xml": "^3.4.1",
|
||||
"@sentry/core": "^8.42.0",
|
||||
"@sentry/core": "^8.43.0",
|
||||
"@swc/cli": "0.5.2",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"@types/node": "^22.10.1",
|
||||
|
|
@ -50,7 +53,7 @@
|
|||
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
||||
"stylelint-plugin-logical-css": "^1.2.1",
|
||||
"typescript": "5.8.0-dev.20241122",
|
||||
"typescript-eslint": "^8.17.0",
|
||||
"typescript-eslint": "^8.18.0",
|
||||
"vite": "^6.0.3",
|
||||
"vite-plugin-manifest-sri": "^0.2.0",
|
||||
"vite-plugin-node-polyfills": "^0.22.0",
|
||||
|
|
@ -68,8 +71,15 @@
|
|||
"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}"]
|
||||
"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"]
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
"@parcel/watcher"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue