UNPKG

1.69 kBJSONView Raw
1{
2 "name": "infrastructure-components",
3 "version": "0.2.0-alpha.80",
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 "apollo-cache-inmemory": "^1.5.1",
25 "apollo-client": "^2.5.1",
26 "apollo-link-http": "^1.5.14",
27 "aws-lambda": "^0.1.2",
28 "aws-sdk": "^2.447.0",
29 "deepmerge": "^3.2.0",
30 "es6-promise": "^4.2.6",
31 "express": "^4.16.4",
32 "extract-domain": "^2.0.6",
33 "graphql": "^14.2.1",
34 "graphql-tag": "^2.10.1",
35 "isomorphic-fetch": "^2.2.1",
36 "jsonwebtoken": "^8.5.1",
37 "react": "^16.8.4",
38 "react-apollo": "^2.5.5",
39 "react-dom": "^16.8.4",
40 "react-helmet": "^5.2.0",
41 "react-router": "^5.0.0",
42 "react-router-dom": "^5.0.0",
43 "serverless-http": "^1.9.1",
44 "styled-components": "^4.2.0",
45 "typed-graphqlify": "^2.2.2",
46 "universal-cookie": "^4.0.0",
47 "universal-cookie-express": "^4.0.0",
48 "uuid": "^3.3.2"
49 },
50 "devDependencies": {
51 "typescript": "^3.3.3333"
52 },
53 "bundledDependencies": [
54 "react-dom",
55 "react-helmet",
56 "react-router",
57 "react-router-dom",
58 "serverless-http",
59 "styled-components"
60 ]
61}