forked from cazzer/breakdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.8 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"dependencies": {
"@aws-amplify/auth": "^1.0.5",
"@aws-amplify/core": "^1.0.4",
"@material-ui/core": "^3.2.1",
"@material-ui/icons": "^2.0.0-beta.1",
"@sentry/browser": "^4.0.6",
"@volta/eslint-config-volta": "^0.0.1",
"apollo-cache-inmemory": "^1.2.9",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.4.0",
"apollo-link": "^1.2.2",
"apollo-link-context": "^1.0.9",
"apollo-link-error": "^1.1.0",
"apollo-link-http": "^1.5.4",
"apollo-link-retry": "^2.2.4",
"aws-amplify-react": "^1.0.5",
"aws-xray-sdk-core": "^2.0.0",
"aws-xray-sdk-postgres": "^2.0.0",
"classnames": "^2.2.6",
"epsagon": "^1.17.0",
"graphql": "^14.2.1",
"graphql-tag": "^2.9.2",
"knex": "^0.15.2",
"lodash": "^4.17.10",
"pg": "^7.9.0",
"postgraphile": "^4.4.0-beta.8",
"prop-types": "^15.6.2",
"query-string": "^6.1.0",
"querystring": "^0.2.0",
"react": "^16.4.2",
"react-apollo": "^2.1.11",
"react-dom": "^16.4.2",
"react-loading": "^2.0.3",
"react-markdown": "^3.6.0",
"react-player": "^1.6.6",
"react-router-dom": "^4.3.1",
"react-transition-group": "^2.4.0",
"recompose": "^0.28.2",
"why-did-you-update": "^0.1.1"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.1.2",
"@types/classnames": "^2.2.6",
"@types/lodash": "^4.14.116",
"@types/pg": "^7.4.13",
"@types/query-string": "^6.1.0",
"@types/react-router-dom": "^4.3.0",
"@types/recompose": "^0.26.4",
"babel-loader": "^8.0.0-beta",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"source-map-loader": "^0.2.3",
"style-loader": "^0.22.1",
"ts-loader": "^4.5.0",
"typescript": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "4.6",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
},
"name": "breakdown",
"resolutions": {
"graphql": "14.2.1",
"**/*/graphql": "14.2.1"
},
"scripts": {
"web:dev": "webpack-dev-server --open",
"web:prod": "webpack --env=prod --progress --profile --colors --config webpack.prod.js",
"dev": "babel src --out-dir lib --extensions \".ts,.tsx\" -w",
"build": "babel src --out-dir lib --extensions \".ts\" --ignore src/web",
"type-check": "tsc --noEmit",
"sam-local": "sam local invoke PostgraphileFunction --event assets/sample-api-request.json --docker-network breakdown_database"
},
"sideEffects": false
}