UNPKG

1.24 kBJSONView Raw
1{
2 "name": "infrastructure-components",
3 "version": "0.1.39",
4 "description": "",
5 "main": "dist/index.js",
6 "scripts": {
7 "build": "tsc"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/infrastructure-components/infrastructure-components.git"
12 },
13 "author": "Dr. Frank Zickert",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/infrastructure-components/infrastructure-components/issues"
17 },
18 "homepage": "https://github.com/infrastructure-components/infrastructure-components#readme",
19 "dependencies": {
20 "@babel/polyfill": "^7.4.0",
21 "@types/node": "^11.11.1",
22 "@types/react": "^16.4.13",
23 "@types/react-dom": "^16.0.7",
24 "aws-lambda": "^0.1.2",
25 "deepmerge": "^3.2.0",
26 "express": "^4.16.4",
27 "extract-domain": "^2.0.6",
28 "react": "^16.8.4",
29 "react-dom": "^16.8.4",
30 "react-helmet": "^5.2.0",
31 "react-router": "^5.0.0",
32 "react-router-dom": "^5.0.0",
33 "serverless-http": "^1.9.1",
34 "styled-components": "^4.2.0"
35 },
36 "devDependencies": {
37 "typescript": "^3.3.3333"
38 },
39 "bundledDependencies": [
40 "react-dom",
41 "react-helmet",
42 "react-router",
43 "react-router-dom",
44 "serverless-http",
45 "styled-components"
46 ]
47}