-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,339 additions
and
1,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,10 @@ | |
"scripts": { | ||
"build": "pnpm -r build", | ||
"clear-cache": "rm -rf packages/*/.next && jest --clearCache", | ||
"dev": "pnpm -r dev --no-deps --no-cache --parallel --concurrency 20", | ||
"dev": "pnpm run -r --parallel dev", | ||
"format": "pnpm lint-fix && pnpm format-fix", | ||
"format-check": "biome format .", | ||
"format-fix": "biome format . --write && pnpm format-pkg", | ||
"format-fix": "pnpm format-pkg && biome format . --write", | ||
"format-pkg": "pnpm sort-package-json package.json packages/*/package.json packages/examples/*/package.json", | ||
"postinstall": "pnpm lint-staged || echo 'postinstall failed'", | ||
"lint": "biome lint .", | ||
|
@@ -34,29 +34,25 @@ | |
"version:release": "pnpm version:publish" | ||
}, | ||
"lint-staged": { | ||
"*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}": [ | ||
"biome lint --apply ." | ||
], | ||
"*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,json}": [ | ||
"biome format . --write" | ||
] | ||
"*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}": ["biome lint --apply ."], | ||
"*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,json}": ["biome format . --write"] | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.6.3", | ||
"@itsjavi/semver-release": "^0.7.2", | ||
"@swc/core": "^1.3.99", | ||
"@swc/jest": "^0.2.29", | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@testing-library/react": "^14.1.2", | ||
"@types/jest": "^29.5.10", | ||
"@types/node": "^20.9.4", | ||
"@swc/core": "^1.4.11", | ||
"@swc/jest": "^0.2.36", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.2.2", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.11.30", | ||
"changelogen": "^0.5.5", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"lint-staged": "^15.1.0", | ||
"semver": "^7.5.4", | ||
"sort-package-json": "*", | ||
"typescript": "^5.3.2" | ||
"lint-staged": "^15.2.2", | ||
"semver": "^7.6.0", | ||
"sort-package-json": "^2.9.0", | ||
"typescript": "^5.4.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.