@blac/react
Version:
Demo [https://blac-react-demo.vercel.app/](https://blac-react-demo.vercel.app/)
51 lines • 1.37 kB
JSON
{
"name": "@blac/react",
"version": "0.0.52",
"license": "MIT",
"main": "index.cjs.js",
"module": "index.es.js",
"typings": "index.d.ts",
"types": "index.d.ts",
"keywords": [
"react",
"typescript",
"rxjs",
"state-management",
"reactjs",
"observer-pattern",
"bloc",
"bloc-pattern"
],
"scripts": {
"build": "vite build",
"pub:patch": "npm run build && bun publish.ts && cd dist && npm publish",
"dev": "bun dev.ts",
"prettier": "prettier --write ./src",
"test": "vitest --config vitest.config.ts",
"test:watch": "vitest --watch --config vitest.config.ts",
"pub": "npm run build && npm publish"
},
"dependencies": {
"blac": "*"
},
"devDependencies": {
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/browser": "^1.6.0",
"react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.5.0",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
}
}