UNPKG

inversify-react

Version:

Components and decorators to connect react with inversify.

58 lines (57 loc) 1.57 kB
{ "name": "inversify-react", "version": "1.2.0", "description": "Components and decorators to connect react with inversify.", "main": "./dist/index.js", "typings": "./types/index.d.ts", "scripts": { "init": "npm ci", "dev": "webpack --mode development -w", "prod": "webpack --mode production", "prepublishOnly": "npm run prod", "test": "jest --no-cache", "test:watch": "jest --no-cache --watchAll" }, "author": { "name": "Lukáš Novotný", "url": "https://github.com/Kukkimonsuta" }, "contributors": [ { "name": "Pavel Pevnitskiy", "url": "https://github.com/fljot" } ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Kukkimonsuta/inversify-react.git" }, "keywords": [ "inversify", "react" ], "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.1.0", "@types/jest": "^29.5.14", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "conditional-type-checks": "^1.0.6", "inversify": "^6.2.1", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", "reflect-metadata": "^0.2.2", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "typescript": "^5.7.2", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" }, "peerDependencies": { "inversify": "^5.0.5 || ^6.0.1", "react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }