mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
pin brace-expansion to 5.0.8 update concurrently to 10.0.4 update electron-builder to 26.15.3 update eslint to 10.8.0 update eslint-plugin-perfectionist to 5.10.0 update @assistant-ui/react to 0.15.0 update @assistant-ui/react-streamdown to 0.3.8 update radix-ui to 1.6.7 update react-router-dom to react-router@8.3.0 - react-router-dom is no longer a standalone package, it just reexports react-router remove @radix-ui/react-slot: we import this from `radix-ui` remove eslint-plugin-react: we imported it, but never actually used it!
20 lines
480 B
JSON
20 lines
480 B
JSON
{
|
|
"name": "@hermes/root-tests",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
"test": "vitest run",
|
|
"check": "npm run typecheck && npm run test && npm run lint",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"fix": "npm run lint:fix"
|
|
},
|
|
"devDependencies": {
|
|
"@types/plist": "^3.0.5",
|
|
"eslint": "10.8.0",
|
|
"plist": "^3.1.0",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.9"
|
|
}
|
|
}
|