2024-07-24 12:35:33 +02:00
|
|
|
{
|
|
|
|
"name": "repo",
|
2024-07-31 16:16:10 +02:00
|
|
|
"version": "1.0.0-staging.3",
|
2024-07-24 12:35:33 +02:00
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=22.0.0",
|
|
|
|
"pnpm": ">=9.5.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "turbo run dev --parallel",
|
|
|
|
"start": "turbo run start --parallel",
|
2024-08-16 02:50:11 +02:00
|
|
|
"build": "turbo run build",
|
2024-07-24 12:35:33 +02:00
|
|
|
"test": "turbo run test",
|
|
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
|
|
"lint:prettier": "prettier . --check",
|
|
|
|
"lint:eslint": "turbo run lint:eslint",
|
|
|
|
"lint:typescript": "turbo run lint:typescript",
|
|
|
|
"release": "semantic-release"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@saithodev/semantic-release-backmerge": "4.0.1",
|
|
|
|
"@semantic-release/exec": "6.0.3",
|
|
|
|
"@semantic-release/git": "10.0.1",
|
|
|
|
"editorconfig-checker": "5.1.8",
|
2024-07-31 15:46:01 +02:00
|
|
|
"playwright": "catalog:",
|
2024-07-24 12:35:33 +02:00
|
|
|
"prettier": "3.3.3",
|
2024-08-11 10:42:42 +02:00
|
|
|
"prettier-plugin-tailwindcss": "0.6.6",
|
2024-07-24 12:35:33 +02:00
|
|
|
"replace-in-files-cli": "3.0.0",
|
|
|
|
"semantic-release": "23.1.1",
|
2024-08-16 02:50:11 +02:00
|
|
|
"turbo": "2.0.14",
|
2024-07-24 12:35:33 +02:00
|
|
|
"typescript": "catalog:"
|
2024-08-16 02:50:11 +02:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"patchedDependencies": {
|
2024-08-18 02:31:02 +02:00
|
|
|
"@tuyau/core@0.1.4": "patches/@tuyau__core@0.1.4.patch",
|
|
|
|
"@tuyau/openapi@0.2.0": "patches/@tuyau__openapi@0.2.0.patch",
|
|
|
|
"@tuyau/client@0.1.2": "patches/@tuyau__client@0.1.2.patch"
|
2024-08-16 02:50:11 +02:00
|
|
|
}
|
2024-07-24 12:35:33 +02:00
|
|
|
}
|
|
|
|
}
|