react-obsidian
Version:
Dependency injection framework for React and React Native applications
99 lines (98 loc) • 2.87 kB
JSON
{
"name": "react-obsidian",
"version": "2.11.4",
"description": "Dependency injection framework for React and React Native applications",
"scripts": {
"prepack": "npm run lint && tsc --project tsconfig.prod.json",
"lint": "npx eslint src transformers test --ignore-pattern '*.d.ts' --ext .ts,.tsx,.js",
"build": "tsc --project tsconfig.json",
"pretest": "tsc --project tsconfig.json",
"test": "npx jest",
"test-coverage": "npx jest --coverage"
},
"main": "dist/src/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"hoist-non-react-statics": "3.x.x",
"reflect-metadata": "~0.1.13"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"@babel/core": "7.22.x",
"@babel/eslint-parser": "7.22.x",
"@babel/plugin-proposal-decorators": "7.22.x",
"@babel/plugin-transform-class-properties": "7.22.x",
"@babel/preset-env": "7.22.x",
"@babel/preset-react": "7.22.x",
"@babel/preset-typescript": "7.22.x",
"@babel/types": "7.24.x",
"@stylistic/eslint-plugin": "^1.7.0",
"@testing-library/react": "14.x.x",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "29.5.x",
"@types/jest-when": "^3.5.5",
"@types/lodash": "^4.14.176",
"@types/react": "18.3.x",
"@types/react-dom": "18.3.x",
"@typescript-eslint/eslint-plugin": "6.x.x",
"@typescript-eslint/parser": "6.x.x",
"babel-plugin-parameter-decorator": "1.x.x",
"cross-env": "^7.0.3",
"eslint": "8.x.x",
"eslint-config-airbnb-typescript": "17.x.x",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import-newlines": "^1.1.5",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-obsidian": "2.11.4",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "3.1.x",
"jest": "29.5.x",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^4.0.0",
"jest-mock-extended": "3.x.x",
"jest-when": "3.x.x",
"lodash": "^4.17.21",
"react": "18.2.x",
"react-dom": "18.2.x",
"setimmediate": "^1.0.5",
"typescript": "^4.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix-incubator/react-obsidian.git"
},
"keywords": [
"dependency",
"dependency",
"react",
"react-native",
"react native",
"dependency-injection",
"dependency injection",
"dependency inversion",
"inversion of control container",
"typescript",
"ioc",
"di",
"injector"
],
"contributors": [
{
"name": "Artal Druk"
},
{
"name": "Guy Carmeli"
}
],
"author": "Guy Carmeli",
"license": "ISC",
"bugs": {
"url": "https://github.com/wix-incubator/react-obsidian/issues"
},
"homepage": "https://github.com/wix-incubator/react-obsidian#readme"
}