UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

47 lines (46 loc) 1.21 kB
{ "name": "infrastructure-components", "version": "0.1.1", "description": "", "main": "dist/index.js", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/infrastructure-components/infrastructure-components.git" }, "author": "Dr. Frank Zickert", "license": "MIT", "bugs": { "url": "https://github.com/infrastructure-components/infrastructure-components/issues" }, "homepage": "https://github.com/infrastructure-components/infrastructure-components#readme", "dependencies": { "@babel/polyfill": "^7.4.0", "@types/node": "^11.11.1", "@types/react": "^16.4.13", "@types/react-dom": "^16.0.7", "aws-lambda": "^0.1.2", "deepmerge": "^3.2.0", "express": "^4.16.4", "react": "^16.8.4", "react-dom": "^16.8.4", "react-helmet": "^5.2.0", "react-router": "^5.0.0", "react-router-dom": "^5.0.0", "serverless-http": "^1.9.1", "styled-components": "^4.2.0" }, "devDependencies": { "typescript": "^3.3.3333" }, "bundledDependencies": [ "react-dom", "react-helmet", "react-router", "react-router-dom", "serverless-http", "styled-components" ] }