UNPKG

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