mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-20 21:13:43 +02:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "repo",
|
|
"version": "0.0.0-develop",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "turbo run dev --parallel",
|
|
"start": "turbo run start --parallel",
|
|
"build": "turbo run build",
|
|
"test": "turbo run test",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint-cli2",
|
|
"lint:typescript": "turbo run lint:typescript",
|
|
"lint:eslint": "turbo run lint:eslint",
|
|
"lint:prettier": "prettier . --check"
|
|
},
|
|
"devDependencies": {
|
|
"editorconfig-checker": "catalog:",
|
|
"playwright": "catalog:",
|
|
"prettier": "catalog:",
|
|
"prettier-plugin-tailwindcss": "catalog:",
|
|
"markdownlint-cli2": "catalog:",
|
|
"markdownlint": "catalog:",
|
|
"markdownlint-rule-relative-links": "catalog:",
|
|
"turbo": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|