mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-12-10 23:42:37 +01:00
Ref: https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components
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.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
|
|
"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:"
|
|
}
|
|
}
|