-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.98 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
{
"name": "tcap1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-react-chart": "^2.7.6",
"@devexpress/dx-react-chart-material-ui": "^2.7.6",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@toruslabs/openlogin": "^1.4.0",
"aws": "^0.0.3-2",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"bs58": "^4.0.1",
"cdbreact": "^1.2.1",
"framer-motion": "^6.2.3",
"fusioncharts": "^3.18.0",
"intl-tel-input": "^17.0.15",
"ipfs-core": "^0.10.4",
"mdb-react-ui-kit": "^2.3.0",
"mdb-ui-kit": "^3.10.2",
"mdbreact": "^5.2.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-bootstrap": "^2.1.1",
"react-bootstrap-table-next": "^4.0.3",
"react-countup": "^6.1.1",
"react-dom": "^17.0.0",
"react-fetch-hook": "^1.8.5",
"react-fusioncharts": "^3.1.2",
"react-hook-form": "^7.28.0",
"react-icons": "^4.3.1",
"react-pdf": "^5.7.1",
"react-phone-input-2": "^2.14.0",
"react-phone-input-material-ui": "^2.16.1",
"react-phone-number-input": "^3.1.46",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"recharts": "^2.1.2",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "set PORT=7005 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "aws s3 sync build/ s3://tcap-dev-ui-x78rerm --acl public-read"
},
"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"
]
}
}