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-10-12 23:51:58 +02:00
|
|
|
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
|
2021-06-13 00:30:02 +02:00
|
|
|
"engines": {
|
2024-07-30 23:59:06 +02:00
|
|
|
"node": ">=22.0.0",
|
2024-10-12 23:51:58 +02:00
|
|
|
"pnpm": ">=9.12.1"
|
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
|
|
|
}
|
|
|
|
}
|