mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-12-12 20:46:52 +01:00
Ref: https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-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.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
|
|
"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:"
|
|
}
|
|
}
|