creba-template-typescript
Version:
The base TypeScript template for Create Reblend App.
16 lines (15 loc) • 351 B
JSON
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"typescript": "^5.8.3",
"web-vitals": "^2.1.0"
},
"eslintConfig": {
"extends": ["reblend-app", "reblend-app/jest"]
}
}
}