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-09-11 23:53:26 +02:00
|
|
|
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
|
2021-06-13 00:30:02 +02:00
|
|
|
"engines": {
|
2024-07-30 23:59:06 +02:00
|
|
|
"node": ">=22.0.0",
|
2024-09-11 23:53:26 +02:00
|
|
|
"pnpm": ">=9.10.0"
|
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",
|
2023-07-14 23:58:50 +02:00
|
|
|
"lint:prettier": "prettier . --check",
|
2024-07-30 23:59:06 +02:00
|
|
|
"lint:eslint": "turbo run lint:eslint",
|
|
|
|
"lint:typescript": "turbo run lint:typescript",
|
|
|
|
"release": "semantic-release"
|
2021-04-18 01:56:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-28 06:21:24 +01:00
|
|
|
"@saithodev/semantic-release-backmerge": "4.0.1",
|
2024-07-30 23:59:06 +02:00
|
|
|
"@semantic-release/exec": "6.0.3",
|
2021-11-06 17:52:04 +01:00
|
|
|
"@semantic-release/git": "10.0.1",
|
2024-07-30 23:59:06 +02:00
|
|
|
"editorconfig-checker": "5.1.8",
|
2024-07-31 00:47:05 +02:00
|
|
|
"playwright": "catalog:",
|
2024-07-30 23:59:06 +02:00
|
|
|
"prettier": "3.3.3",
|
2024-09-11 23:53:26 +02:00
|
|
|
"prettier-plugin-tailwindcss": "0.6.6",
|
|
|
|
"markdownlint-cli2": "0.14.0",
|
|
|
|
"markdownlint": "0.35.0",
|
2024-07-30 23:59:06 +02:00
|
|
|
"markdownlint-rule-relative-links": "3.0.0",
|
|
|
|
"replace-in-files-cli": "3.0.0",
|
2024-05-21 20:15:57 +02:00
|
|
|
"semantic-release": "23.1.1",
|
2024-09-11 23:53:26 +02:00
|
|
|
"turbo": "2.1.1",
|
2024-07-30 23:59:06 +02:00
|
|
|
"typescript": "catalog:"
|
2021-04-18 01:56:23 +02:00
|
|
|
}
|
|
|
|
}
|