{ "name": "react2angular", "version": "3.1.0", "description": "The easiest way to embed React components in Angular 1 apps!", "main": "index.js", "main:esnext": "index.es2015.js", "typings": "index.d.ts", "scripts": { "build": "npm run clean; tsc -d -t es2015 && mv ./index.js ./index.es2015.js && tsc -t es5", "clean": "rm ./*.d.ts; rm ./*.map; exit 0", "pretest": "npm run build", "prepublishOnly": "npm test", "test": "karma start --single-run", "tdd": "npm-run-all -pr watch:*", "watch:ts": "tsc -w", "watch:test": "karma start" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/coatue-oss/react2angular.git" }, "keywords": [ "react", "angular", "interop", "ngreact", "combine", "together", "embed" ], "author": "Boris Cherny ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/coatue-oss/react2angular/issues" }, "homepage": "https://github.com/coatue-oss/react2angular#readme", "peerDependencies": { "@types/prop-types": ">=15", "@types/react": ">=16", "@types/react-dom": ">=16", "prop-types": ">=15", "react": ">=15", "react-dom": ">=15" }, "devDependencies": { "@types/angular-mocks": "^1.5.11", "@types/jasmine": "^2.8.2", "@types/jquery": "^3.2.16", "@types/prop-types": "^15.5.2", "@types/react": "^16.0.25", "@types/react-dom": "^16.0.3", "angular-mocks": "^1.6.6", "angular-resource": "^1.6.6", "browserify": "^15.1.0", "jasmine": "^2.8.0", "jasmine-core": "^2.8.0", "karma": "^2.0.0", "karma-browserify": "^5.1.2", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "^1.1.0", "karma-mocha-reporter": "^2.2.5", "karma-source-map-support": "^1.2.0", "ngimport": "^0.8.0", "npm-run-all": "^4.1.2", "prop-types": "^15.6.0", "react": "^16.1.1", "react-dom": "^16.1.1", "rollupify": "^0.4.0", "tslint": "^5.8.0", "typescript": "^2.6.1", "watchify": "^3.9.0" }, "dependencies": { "@types/angular": ">=1.5", "@types/lodash.frompairs": "^4.0.3", "angular": ">=1.5.11", "lodash.frompairs": "^4.0.1", "ngcomponent": "^4.1.0" } }