Files
clawsec/package.json
T
dependabot[bot] d164e3ec2c chore(deps): bump react from 19.2.5 to 19.2.7
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.5 to 19.2.7.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-15 21:37:02 +00:00

50 lines
1.5 KiB
JSON

{
"name": "ClawSec",
"private": true,
"license": "AGPL-3.0-or-later",
"version": "0.0.0",
"type": "module",
"scripts": {
"gen:wiki-llms": "node scripts/generate-wiki-llms.mjs",
"populate-local-wiki": "./scripts/populate-local-wiki.sh",
"predev": "npm run gen:wiki-llms",
"dev": "vite",
"prebuild": "npm run gen:wiki-llms",
"i18n:qa": "python scripts/i18n/qa_check.py",
"i18n:bootstrap:ko": "python scripts/i18n/bootstrap_language_from_en.py --lang ko",
"i18n:bootstrap:fr": "python scripts/i18n/bootstrap_language_from_en.py --lang fr",
"i18n:bootstrap:de": "python scripts/i18n/bootstrap_language_from_en.py --lang de",
"i18n:bootstrap:ja": "python scripts/i18n/bootstrap_language_from_en.py --lang ja",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"lucide-react": "^0.575.0",
"react": "^19.2.7",
"react-dom": "^19.2.5",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.16.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@eslint/js": "~9.39.4",
"@types/node": "^25.8.0",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.58.1",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"fast-check": "^4.7.0",
"typescript": "~5.9.3",
"vite": "^8.0.16"
},
"overrides": {
"ajv": "6.14.0",
"balanced-match": "4.0.3",
"brace-expansion": "5.0.6",
"minimatch": "10.2.5",
"picomatch": "4.0.4"
}
}