2021-04-18 01:56:23 +02:00
|
|
|
{
|
2024-07-30 23:59:06 +02:00
|
|
|
"name": "repo",
|
2024-08-01 00:55:33 +02:00
|
|
|
"version": "4.0.0",
|
2021-04-18 01:56:23 +02:00
|
|
|
"private": true,
|
2024-07-30 23:59:06 +02:00
|
|
|
"type": "module",
|
2024-11-09 19:50:22 +01:00
|
|
|
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
|
2021-06-13 00:30:02 +02:00
|
|
|
"engines": {
|
2024-07-30 23:59:06 +02:00
|
|
|
"node": ">=22.0.0",
|
2024-11-09 19:50:22 +01:00
|
|
|
"pnpm": ">=9.12.3"
|
2021-06-13 00:30:02 +02:00
|
|
|
},
|
2021-04-18 01:56:23 +02:00
|
|
|
"scripts": {
|
2024-07-30 23:59:06 +02:00
|
|
|
"build": "turbo run build",
|
|
|
|
"dev": "turbo run dev --parallel",
|
|
|
|
"start": "turbo run start --parallel",
|
|
|
|
"test": "turbo run test",
|
2021-04-18 01:56:23 +02:00
|
|
|
"lint:editorconfig": "editorconfig-checker",
|
2022-07-28 21:20:41 +02:00
|
|
|
"lint:markdown": "markdownlint-cli2",
|
2024-07-30 23:59:06 +02:00
|
|
|
"lint:typescript": "turbo run lint:typescript",
|
2024-10-12 23:51:58 +02:00
|
|
|
"lint:eslint": "turbo run lint:eslint",
|
|
|
|
"lint:prettier": "prettier . --check",
|
2024-07-30 23:59:06 +02:00
|
|
|
"release": "semantic-release"
|
2021-04-18 01:56:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-12 23:51:58 +02:00
|
|
|
"@saithodev/semantic-release-backmerge": "catalog:",
|
|
|
|
"@semantic-release/exec": "catalog:",
|
|
|
|
"@semantic-release/git": "catalog:",
|
|
|
|
"editorconfig-checker": "catalog:",
|
2024-07-31 00:47:05 +02:00
|
|
|
"playwright": "catalog:",
|
2024-10-12 23:51:58 +02:00
|
|
|
"prettier": "catalog:",
|
|
|
|
"prettier-plugin-tailwindcss": "catalog:",
|
|
|
|
"markdownlint-cli2": "catalog:",
|
|
|
|
"markdownlint": "catalog:",
|
|
|
|
"markdownlint-rule-relative-links": "catalog:",
|
|
|
|
"replace-in-files-cli": "catalog:",
|
|
|
|
"semantic-release": "catalog:",
|
|
|
|
"turbo": "catalog:",
|
2024-07-30 23:59:06 +02:00
|
|
|
"typescript": "catalog:"
|
2021-04-18 01:56:23 +02:00
|
|
|
}
|
|
|
|
}
|