forked from onfido/onfido-sdk-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
137 lines (137 loc) · 4.84 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "@doctolib/onfido-sdk-ui",
"version": "5.2.2",
"description": "JavaScript SDK view layer for Onfido identity verification",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --inline --hot --progress --https",
"travis": "node_modules/http-server/bin/http-server dist/ -S -C test/cert.pem -K test/key.pem",
"start": "superstatic build -p ${PORT:-8080} --host 0.0.0.0 --gzip -c '{\"rewrites\": [{\"source\":\"**\",\"destination\":\"index.html\"}],\"headers\":[{\"source\":\"**\",\"headers\":[{\"key\":\"Cache-Control\",\"value\":\"max-age=86400\"}]}]}'",
"prestart": "npm run build",
"build": "webpack --progress --display-error-details --bail",
"build:dev": "NODE_ENV=development npm run build",
"build:test": "NODE_ENV=test npm run build",
"prebuild": "npm run clean && npm run mkdirs && npm run check && npm run test",
"mkdirs": "mkdir -p dist && mkdir -p lib",
"clean": "rimraf lib dist",
"prepublish": "npm run clean && npm run check && npm run build",
"check": "npm run -s lint && npm run flow",
"lint": "eslint './src/**/*.js' './test/js/**/*.js'",
"flow": "flow check",
"bundle-size": "webpack-bundle-analyzer",
"test": "jest",
"build-test": "npm run build && npm run test:ui",
"test:ui": "BROWSER_STACK=false ./test.sh",
"test:ui-bs": "BROWSER_STACK=true ./test.sh",
"test:ui-js": "babel-node test/js/main.js"
},
"main": "lib/index.js",
"keywords": [
"onfido",
"sdk",
"document",
"capture",
"identity",
"verification"
],
"files": [
"dist",
"lib",
"src"
],
"license": "MIT",
"author": "SDK Customer Support <[email protected]> (https://github.com/onfido)",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.4.0",
"@onfido/surge": "^0.20.2",
"app-root-path": "^2.2.1",
"async": "^2.6.2",
"autoprefixer": "^7.1.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"babel-plugin-auto-await": "^0.4.2",
"babel-upgrade": "0.0.23",
"browserstack-local": "^1.3.7",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"css-loader": "^2.1.0",
"eslint": "^5.15.3",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^0.9.0",
"flow-bin": "^0.93.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"ifdef-loader": "^2.1.1",
"imports-loader": "^0.8.0",
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
"less": "^3.9.0",
"less-loader": "^4.0.4",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.0.2",
"object-loops": "0.8.0",
"ora": "^3.0.0",
"postcss-base64": "^0.4.1",
"postcss-custom-media": "^5.0.1",
"postcss-loader": "^2.0.6",
"postcss-url": "^7.0.0",
"regenerator-runtime": "^0.12.1",
"rimraf": "^2.5.4",
"selenium-webdriver": "^4.0.0-alpha.1",
"source-map-loader": "^0.1.5",
"speed-measure-webpack-plugin": "^1.3.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.2",
"travis-weigh-in": "^1.0.2",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1",
"webpack-visualizer-plugin": "^0.1.11",
"yn": "^3.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.4.3",
"blueimp-load-image": "2.12.2",
"classnames": "2.2.5",
"enumerate-devices": "^1.1.0",
"eventemitter2": "2.1.3",
"history": "4.5.1",
"node-polyglot": "^2.2.2",
"parse-unit": "1.0.1",
"pdfobject": "2.0.201604172",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"preact-context": "^1.1.3",
"raven-js": "^3.26.3",
"react-modal-onfido": "^1.6.1",
"react-native-listener": "1.0.1",
"react-phone-number-input": "^0.15.2",
"react-redux": "4.4.6",
"react-webcam-onfido": "^0.1.12",
"redux": "3.5.2",
"reselect": "2.5.1",
"socket.io-client": "^2.0.4",
"supports-webp": "1.0.3",
"visibilityjs": "1.2.4",
"wpt": "git+https://github.com/Woopra/js-client-tracker.git#v5.1.19"
}
}