-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.91 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
{
"name": "tatum-algo-wallet",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-sdk/client-kms": "^3.45.0",
"@lingui/core": "^3.13.0",
"@lingui/react": "^3.13.0",
"@netlify/functions": "^0.10.0",
"@reach/dialog": "^0.16.2",
"@react-spring/web": "^9.3.2",
"@tatumio/tatum": "^1.30.8",
"@tippyjs/react": "^4.2.6",
"@use-gesture/react": "^10.2.4",
"algosdk": "^1.13.0-beta.2",
"aws-amplify": "^4.3.11",
"highcharts": "^9.3.2",
"highcharts-react-official": "^3.1.0",
"mongoose": "^6.1.5",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-country-flag": "^3.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.2",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-toastify": "^8.1.0",
"styled-components": "^5.3.3",
"ua-parser-js": "^1.0.2",
"validator": "^13.7.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"preextract:locale": "touch src/assets/locales/en-US.po",
"extract:locale": "lingui extract --locale en-US",
"compile:locale": "yarn extract:locale && lingui compile",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@lingui/cli": "^3.13.0",
"@lingui/loader": "^3.13.0",
"@lingui/macro": "^3.13.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.18",
"@types/ua-parser-js": "^0.7.36",
"@types/validator": "^13.7.1",
"react-icons": "^4.3.1",
"typescript": "^4.5.4"
}
}