2024-11-21
fonc(db) exporte la BDD de production corvée(images) ajoute les images téléversées
This commit is contained in:
parent
730299812d
commit
5b1b94c0fe
41 changed files with 14028 additions and 218 deletions
22
package.json
22
package.json
|
|
@ -5,13 +5,10 @@
|
|||
"description": "",
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@9.13.2",
|
||||
"packageManager": "pnpm@9.14.2",
|
||||
"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.39.0",
|
||||
|
|
@ -38,7 +35,7 @@
|
|||
"fdir": "^6.4.2",
|
||||
"globals": "^15.12.0",
|
||||
"knip": "^5.37.1",
|
||||
"oxlint": "^0.12.0",
|
||||
"oxlint": "^0.13.0",
|
||||
"picomatch": "^4.0.2",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-pkg": "^0.18.1",
|
||||
|
|
@ -69,15 +66,8 @@
|
|||
"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