-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "ui-fork-181121",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@ant-design/icons": "4.4.0",
"@react-pdf/renderer": "2.0.15",
"@reduxjs/toolkit": "1.5.1",
"@types/qrcode": "1.4.0",
"@types/qrcode.react": "1.0.1",
"@types/react-qr-reader": "2.1.3",
"@types/totp-generator": "0.0.2",
"@types/use-persisted-state": "0.3.0",
"antd": "4.10.2",
"lodash": "4.17.21",
"otplib": "12.0.1",
"pretty-ms": "7.0.1",
"qrcode": "1.4.4",
"qrcode.react": "1.0.1",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-qr-reader": "2.2.1",
"react-redux": "7.2.4",
"react-scripts": "4.0.3",
"simple-encryptor": "4.0.0"
},
"devDependencies": {
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"typescript": "3.7.5"
},
"scripts": {
"start": "react-scripts start",
"build": "mv ./public/sw._js ./public/sw.js && CI='' react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": ["react-app"]
},
"browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"]
}