UNPKG

1.02 kBJSONView Raw
1{
2 "name": "infrastructure-components",
3 "version": "0.0.13",
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 "deepmerge": "^3.2.0",
25 "express": "^4.16.4",
26 "react": "^16.8.4",
27 "react-dom": "^16.8.4",
28 "react-helmet": "^5.2.0",
29 "react-router": "^5.0.0",
30 "react-router-dom": "^5.0.0",
31 "serverless-http": "^1.9.1",
32 "styled-components": "^4.2.0"
33 },
34 "devDependencies": {
35 "typescript": "^3.3.3333"
36 }
37}