2021-04-18 01:56:23 +02:00
|
|
|
{
|
2024-07-30 23:59:06 +02:00
|
|
|
"name": "repo",
|
2025-02-08 20:00:47 +01:00
|
|
|
"version": "0.0.0-develop",
|
2021-04-18 01:56:23 +02:00
|
|
|
"private": true,
|
2024-07-30 23:59:06 +02:00
|
|
|
"type": "module",
|
2025-02-08 20:00:47 +01:00
|
|
|
"packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92",
|
2021-06-12 22:30:02 +00:00
|
|
|
"engines": {
|
2025-02-08 20:00:47 +01:00
|
|
|
"node": ">=22.12.0",
|
|
|
|
"pnpm": ">=10.2.1"
|
2021-06-12 22:30:02 +00: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",
|
2025-02-08 20:00:47 +01:00
|
|
|
"lint:prettier": "prettier . --check"
|
2021-04-18 01:56:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-12 23:51:58 +02:00
|
|
|
"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:",
|
|
|
|
"turbo": "catalog:",
|
2024-07-30 23:59:06 +02:00
|
|
|
"typescript": "catalog:"
|
2021-04-18 01:56:23 +02:00
|
|
|
}
|
|
|
|
}
|