impair
Version:
impair is a React framework bringing several programming concepts together in order to provide a foundation for a layered, scalable, performant and enterprise level react application.
34 lines (33 loc) • 657 B
JSON
{
"name": "impair",
"version": "1.11.2",
"main": "index.cjs",
"module": "index.js",
"types": "index.d.ts",
"author": {
"email": "kutlugsahin@gmail.com",
"name": "Kutlu Sahin"
},
"homepage": "https://github.com/kutlugsahin/impair",
"repository": {
"type": "git",
"url": "https://github.com/kutlugsahin/impair.git"
},
"keywords": [
"reactive",
"reactivity",
"react",
"oop",
"dependency",
"injection"
],
"peerDependencies": {
"react": ">=17.0.2"
},
"dependencies": {
"reflect-metadata": ">=0.2.2",
"@vue/reactivity": "^3.2.0",
"tsyringe": "^4.8.0"
},
"license": "MIT"
}