UNPKG

1.95 kBJSONView Raw
1{
2 "name": "infrastructure-components",
3 "version": "0.3.6",
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 "@apollo/react-hooks": "^3.0.1",
24 "@babel/polyfill": "^7.8.0",
25 "@types/node": "^11.15.4",
26 "@types/react": "^16.9.17",
27 "@types/react-dom": "^16.9.4",
28 "apollo-cache-inmemory": "^1.6.5",
29 "apollo-client": "^2.6.8",
30 "apollo-link-http": "^1.5.16",
31 "apollo-link-schema": "^1.2.4",
32 "aws-lambda": "^0.1.2",
33 "body-parser": "^1.19.0",
34 "connect-sequence": "^2.1.1",
35 "cors": "^2.8.5",
36 "deepmerge": "^3.3.0",
37 "es6-promise": "^4.2.8",
38 "exenv": "^1.2.2",
39 "express": "^4.17.1",
40 "extract-domain": "^2.2.1",
41 "graphql": "^14.3.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 "object-hash": "^2.0.1",
47 "react-apollo": "^2.5.8",
48 "react-dom": "^16.12.0",
49 "react-router": "^5.1.2",
50 "react-router-dom": "^5.1.2",
51 "request": "^2.88.0",
52 "rimraf": "^2.7.1",
53 "typed-graphqlify": "^2.2.3",
54 "universal-cookie": "^4.0.3",
55 "universal-cookie-express": "^4.0.3",
56 "uuid": "^3.3.3"
57 },
58 "devDependencies": {
59 "aws-sdk": "^2.601.0",
60 "react": "^16.12.0",
61 "react-helmet": "^5.2.0",
62 "serverless-http": "^1.10.1",
63 "styled-components": "^4.4.1",
64 "typescript": "^3.7.4"
65 },
66 "bundledDependencies": [
67 "react-router",
68 "react-router-dom"
69 ]
70}