-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
117 lines (117 loc) · 4.09 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
{
"name": "demex-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@contentful/rich-text-react-renderer": "^14.1.1",
"@cosmjs/cosmwasm-stargate": "~0.29.5",
"@cosmjs/stargate": "~0.29.5",
"@cosmjs/tendermint-rpc": "~0.29.5",
"@emotion/react": "^11.13.3",
"@ledgerhq/hw-app-eth": "~6.31.0",
"@loadable/component": "^5.15.2",
"@material-ui/core": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.57",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.6",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.12",
"@types/react-router-dom": "^5.1.7",
"@types/redux-logger": "^3.0.8",
"bignumber.js": "^9.1.0",
"carbon-js-sdk": "0.11.20",
"dayjs": "^1.11.5",
"eslint": "^7.23.0",
"http-server": "^0.12.3",
"immutable": "^4.0.0-rc.12",
"long": "5.2.3",
"moment": "^2.29.1",
"path": "npm:path-browserify",
"react": "^17.0.1",
"react-awesome-reveal": "^4.2.14",
"react-countup": "^4.3.3",
"react-dom": "^17.0.1",
"react-fast-marquee": "^1.3.5",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.31.0",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.18",
"react-scripts": "5.0.1",
"react-sparklines": "^1.7.0",
"react-text-loop": "^2.3.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"typeface-roboto": "^1.1.13",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"preinstall": "yarn config set ignore-engines true",
"start": "GENERATE_SOURCEMAP=false react-app-rewired --openssl-legacy-provider start",
"build": "NODE_OPTIONS='--max-old-space-size=4096' react-app-rewired --openssl-legacy-provider build",
"build:master": "REACT_APP_GA_MEASUREMENT_ID=GTM-MBRQRCW REACT_APP_ESKIMI_ID=31136 yarn build",
"build:staging": "REACT_APP_GA_MEASUREMENT_ID=GTM-PWC6ZDF yarn build",
"compress": "sh dist/scripts/release.sh",
"release": "echo 'Please use yarn release:master or release:staging'",
"release:staging": "yarn build:staging && yarn compress",
"release:master": "yarn build:master && yarn compress",
"run:lint": "yarn run eslint . --ext .ts,.tsx",
"serve": "yarn build && http-server ./build",
"upgrade-sdk": "yarn upgrade carbon-js-sdk@latest"
},
"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"
]
},
"resolutions": {
"bignumber.js": "^9.1.0",
"postcss-safe-parser": "^4.0.0",
"@ledgerhq/hw-app-eth": "~6.24.1",
"@ledgerhq/hw-transport-webhid": "~6.24.1",
"@ledgerhq/hw-transport-webusb": "~6.24.1",
"@ledgerhq/devices": "~6.24.1"
},
"devDependencies": {
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.17.13",
"@types/react-sparklines": "^1.7.2",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"buffer": "^6.0.3",
"eslint-plugin-react": "^7.22.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1"
}
}