-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.31 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
{
"name": "web-fcm-demo",
"version": "0.1.0",
"private": false,
"dependencies": {
"@getyoti/react-face-capture": "2.4.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "1.6.8",
"clsx": "^1.1.1",
"dotenv-flow": "^3.2.0",
"express": "^4.21.0",
"html-webpack-plugin": "^5.5.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.4",
"yoti": "4.6.0"
},
"scripts": {
"start": "webpack-dev-server --open --host 0.0.0.0 --mode development",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"audit": "audit-ci -c"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"audit-ci": "6.6.1",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.1",
"dotenv-webpack": "^8.0.1",
"webpack-cli": "4.9.2"
}
}