chore(): Cleanup and organize deps (#13940)

* chore(): Cleanup and organize deps

* chore(): Cleanup and organize deps

* chore(): Cleanup and organize deps

* chore(): Cleanup and organize deps

* chore(): Cleanup and organize deps

* chore(): Cleanup and organize deps

* Create lucky-poets-scream.md

* chore(): Cleanup and organize deps

* chore(): Cleanup and organize deps

* chore(): Cleanup and organize deps

* chore(): Cleanup and organize deps

* dedupe snapshot this build

* split into 4 shard

* re configure packages integration tests

* re configure packages integration tests

* re configure packages integration tests

* re configure packages integration tests

* update scripts

* update scripts

* update scripts

* update scripts

* update scripts

* update scripts

* update scripts

* update scripts

* reduce shard for packages
This commit is contained in:
Adrien de Peretti
2025-11-03 19:06:37 +01:00
committed by GitHub
parent cdbb4b925b
commit afb40d437b
83 changed files with 6898 additions and 11792 deletions

View File

@@ -21,17 +21,13 @@
"package.json"
],
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"test": "vitest --run",
"test:watch": "vitest"
"build": "yarn run -T tsup",
"watch": "yarn run -T tsup --watch",
"test": "../../../node_modules/.bin/vitest --run",
"test:watch": "../../../node_modules/.bin/vitest"
},
"devDependencies": {
"@types/node": "^20.12.11",
"tsup": "^8.4.0",
"typescript": "^5.6.2",
"vite": "^5.4.14",
"vitest": "^3.0.5"
"vite": "^5.4.14"
},
"peerDependencies": {
"vite": "^5.4.14"