@bitrise/react2angular
Version:
The easiest way to embed React components in Angular 1 apps!
72 lines (71 loc) • 1.85 kB
JSON
{
"name": "@bitrise/react2angular",
"version": "5.0.0",
"description": "The easiest way to embed React components in Angular 1 apps!",
"main": "dist/index.js",
"scripts": {
"test": "jest test.tsx",
"build": "tsc"
},
"files": ["dist"],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nyikos-zoltan/react2angular.git"
},
"keywords": [
"react",
"angular",
"interop",
"ngreact",
"combine",
"together",
"embed"
],
"contributors": [
"Boris Cherny <boris@performancejs.com>",
"Nyikos Zoltán <zoltan.nyikos@bitrise.io>"
],
"license": "Apache-2.0",
"homepage": "https://github.com/nyikos-zoltan/react2angular#readme",
"peerDependencies": {
"@types/angular": ">=1.5",
"@types/react": ">=18",
"@types/react-dom": ">=18",
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@types/angular": "^1.8.4",
"@types/angular-mocks": "^1.7.1",
"@types/jest": "^28.1.6",
"@types/jquery": "^3.5.14",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"angular-mocks": "1.8.3",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jsdom": "^20.0.0",
"ngimport": "^1.0.0",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"dependencies": {
"@types/lodash.frompairs": "^4.0.7",
"angular": ">=1.5",
"lodash.frompairs": "^4.0.1",
"ngcomponent": "^4.1.0"
},
"resolutions": {
"@types/angular": "^1.8.4"
}
}