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",
|
|
|
|
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
|
2021-06-13 00:30:02 +02:00
|
|
|
"engines": {
|
2024-07-30 23:59:06 +02:00
|
|
|
"node": ">=22.0.0",
|
|
|
|
"pnpm": ">=9.5.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",
|
|
|
|
"prettier-plugin-tailwindcss": "0.6.5",
|
2024-04-13 18:54:36 +02:00
|
|
|
"markdownlint-cli2": "0.13.0",
|
2024-07-30 23:59:06 +02:00
|
|
|
"markdownlint": "0.34.0",
|
|
|
|
"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-07-31 11:41:39 +02:00
|
|
|
"turbo": "2.0.10",
|
2024-07-30 23:59:06 +02:00
|
|
|
"typescript": "catalog:"
|
2021-04-18 01:56:23 +02:00
|
|
|
}
|
|
|
|
}
|