UNPKG

1.98 kBJSONView Raw
1{
2 "name": "infrastructure-components",
3 "version": "0.2.13",
4 "description": "",
5 "main": "dist/index.js",
6 "scripts": {
7 "build": "tsc",
8 "postinstall": "icinstall install"
9 },
10 "bin": {
11 "icinstall": "./scripts/index.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/infrastructure-components/infrastructure-components.git"
16 },
17 "author": "Dr. Frank Zickert",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/infrastructure-components/infrastructure-components/issues"
21 },
22 "homepage": "https://github.com/infrastructure-components/infrastructure-components#readme",
23 "dependencies": {
24 "@babel/polyfill": "^7.4.0",
25 "@types/node": "^11.11.1",
26 "@types/react": "^16.4.13",
27 "@types/react-dom": "^16.0.7",
28 "apollo-cache-inmemory": "^1.5.1",
29 "apollo-client": "^2.5.1",
30 "apollo-link-http": "^1.5.14",
31 "apollo-link-schema": "^1.2.2",
32 "aws-lambda": "^0.1.2",
33 "aws-sdk": "^2.447.0",
34 "body-parser": "^1.19.0",
35 "connect-sequence": "^2.1.1",
36 "cors": "^2.8.5",
37 "deepmerge": "^3.2.0",
38 "es6-promise": "^4.2.6",
39 "exenv": "^1.2.2",
40 "express": "^4.16.4",
41 "extract-domain": "^2.0.6",
42 "graphql": "^14.2.1",
43 "graphql-tag": "^2.10.1",
44 "isomorphic-fetch": "^2.2.1",
45 "jsonwebtoken": "^8.5.1",
46 "node-machine-id": "^1.1.12",
47 "react": "^16.8.4",
48 "react-apollo": "^2.5.5",
49 "react-dom": "^16.8.4",
50 "react-helmet": "^5.2.0",
51 "react-router": "^5.0.0",
52 "react-router-dom": "^5.0.0",
53 "rimraf": "^2.6.3",
54 "serverless-http": "^1.9.1",
55 "styled-components": "^4.2.0",
56 "typed-graphqlify": "^2.2.2",
57 "universal-cookie": "^4.0.0",
58 "universal-cookie-express": "^4.0.0",
59 "uuid": "^3.3.2"
60 },
61 "devDependencies": {
62 "typescript": "^3.3.3333"
63 },
64 "bundledDependencies": [
65 "react-dom",
66 "react-helmet",
67 "react-router",
68 "react-router-dom",
69 "serverless-http",
70 "styled-components"
71 ]
72}