35 lines
777 B
JSON
35 lines
777 B
JSON
{
|
|
"name": "@repo/core-events",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint \"**/*.ts\" \"**/*.tsx\"",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest --watch",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"mitt": "^3.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^8.57.1",
|
|
"jsdom": "^26.1.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"typescript": "5.5.4",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
}
|