mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-02-08 21:59:39 +01:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "repo",
|
|
"version": "0.0.0-develop",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92",
|
|
"engines": {
|
|
"node": ">=22.12.0",
|
|
"pnpm": ">=10.2.1"
|
|
},
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"start": "turbo run start --parallel",
|
|
"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:"
|
|
}
|
|
}
|