This repository has been archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
66 lines (66 loc) · 1.9 KB
/
package.json
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
{
"name": "uPortlandia",
"version": "1.2.0",
"private": true,
"homepage": "https://uportlandia.uport.me",
"repository": "https://github.com/uport-project/cleverland",
"devDependencies": {
"@sentry/webpack-plugin": "^1.6.2",
"aws-sdk": "^2.462.0",
"chai": "^4.2.0",
"cloudfront-invalidate-cache": "^1.0.1",
"commander": "^2.20.0",
"react-app-rewired": "^2.1.3",
"react-scripts": "^2.1.8",
"s3-deploy": "^1.2.1",
"serverless-offline": "^4.9.4",
"serverless-plugin-include-dependencies": "^3.2.1",
"serverless-stack-output": "^0.2.3"
},
"dependencies": {
"@sentry/browser": "5.1.1",
"body-parser": "^1.18.3",
"connected-react-router": "^6.4.0",
"dayjs": "^1.8.0",
"did-jwt": "^0.1.3",
"i18next": "^15.0.9",
"i18next-browser-languagedetector": "^3.0.1",
"localforage": "^1.7.3",
"mobile-detect": "^1.4.3",
"qr-image": "^3.2.0",
"qs": "^6.7.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "^10.7.0",
"react-redux": "^7.0.3",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-tooltip": "^3.9.2",
"redux": "^4.0.1",
"redux-saga": "0.16.0",
"reselect": "3.0.1",
"serverless": "^1.41.0",
"serverless-express": "^2.0.11",
"serverless-scriptable-plugin": "^1.0.0",
"shortid": "2.2.12",
"styled-components": "4.1.2",
"uport-credentials": "^1.2.1",
"uport-transports": "^0.2.5"
},
"scripts": {
"setup": "node node_scripts/setup",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy:static": "node node_scripts/deploy_static",
"deploy:api": "node node_scripts/deploy_api",
"local:api": "./node_modules/.bin/sls offline -s stage"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}