-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
169 lines (169 loc) · 5.72 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "provenance-frontend-explorer",
"homepage": "/explorer",
"description": "Blockchain explorer for the Provenance Blockchain",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/provenance-io/explorer-frontend"
},
"version": "3.5.0",
"private": false,
"sideEffects": false,
"dependencies": {
"@chain-registry/types": "0.47.0",
"@cosmos-kit/leap-mobile": "2.13.1",
"@cosmos-kit/react": "2.20.0",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@interchain-ui/react": "1.25.3",
"@provenanceio/walletconnect-js": "3.10.2",
"@provlabs/provenancejs": "0.0.6",
"@reduxjs/toolkit": "1.8.1",
"@reown/appkit": "1.0.7",
"@reown/appkit-adapter-wagmi": "1.0.7",
"@tanstack/react-query": "5.59.0",
"@vitejs/plugin-react": "4.3.2",
"@walletconnect/universal-provider": "2.17.1",
"@walletconnect/utils": "2.17.1",
"base64url": "3.0.1",
"bech32": "2.0.0",
"big.js": "6.1.1",
"bip32": "5.0.0-rc.0",
"buffer": "6.0.3",
"chain-registry": "1.69.1",
"cosmos-kit": "2.21.1",
"crypto-browserify": "3.12.0",
"date-fns": "2.22.1",
"date-fns-tz": "1.1.4",
"echarts": "5.2.2",
"format-number": "3.0.0",
"formik": "2.2.9",
"query-string": "7.0.1",
"react": "18.3.1",
"react-datepicker": "4.1.1",
"react-dom": "18.3.1",
"react-ga4": "2.1.0",
"react-gtm-module": "2.0.11",
"react-helmet": "6.1.0",
"react-infinite-scroll-hook": "4.0.1",
"react-json-view": "1.21.3",
"react-markdown": "8.0.3",
"react-number-format": "4.6.4",
"react-redux": "9.1.2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-simple-tree-menu": "1.1.18",
"react-tiny-hooks": "1.0.2",
"redux": "4.1.0",
"redux-actions": "2.6.5",
"redux-thunk": "2.3.0",
"styled-components": "5.3.0",
"styled-normalize": "8.0.7",
"tiny-secp256k1": "2.2.3",
"viem": "2.21.18",
"vite": "5.4.8",
"vite-plugin-node-polyfills": "0.22.0",
"vite-tsconfig-paths": "5.0.1",
"wagmi": "2.12.16",
"yup": "0.32.9"
},
"devDependencies": {
"@cypress/code-coverage": "3.9.12",
"@cypress/instrument-cra": "1.4.0",
"@provenance-io/frontend-scripts": "1.0.2",
"@testing-library/cypress": "7.0.6",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.1",
"@testing-library/user-event": "13.1.9",
"@types/big.js": "6.1.3",
"@types/create-hash": "1.2.2",
"@types/jest": "24.9.1",
"@types/node": "12.20.43",
"@types/react": "16.14.23",
"@types/react-dom": "16.9.14",
"@types/react-gtm-module": "2.0.1",
"@types/react-helmet": "6.1.5",
"@types/react-redux": "7.1.22",
"@types/react-router-dom": "5.3.3",
"@types/redux-actions": "2.6.2",
"@types/secp256k1": "4.0.3",
"@types/styled-components": "5.1.22",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"babel-eslint": "10.1.0",
"color": "3.1.3",
"colors": "1.4.0",
"cross-env": "7.0.3",
"cypress": "7.7.0",
"cypress-hmr-restarter": "2.0.2",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-cypress": "2.11.3",
"eslint-plugin-flowtype": "5.8.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"fs-extra": "10.0.0",
"husky": "4.3.0",
"inquirer": "8.1.2",
"lint-staged": "11.0.0",
"nyc": "15.1.0",
"prettier": "2.3.2",
"redux-mock-store": "1.5.4",
"source-map-explorer": "2.5.2",
"start-server-and-test": "1.12.6",
"typescript": "4.3.5",
"webpack-bundle-analyzer": "4.4.2",
"whatwg-fetch": "3.6.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"tsc": "tsc",
"preview": "vite preview",
"cy:install": "cypress install",
"cy:run": "cypress run",
"cy:open": "cypress open",
"lint": "eslint .",
"start:cli": "cross-env BROWSER=none npm start",
"preversion": "npm run script:linkify",
"test:all": "npm run lint && npm run test:cov && npm run test:e2e:run",
"test:cov": "npm run test -- --watchAll=false --coverage",
"test:cov:all": "npm run test:cov && npm run test:e2e:run && npm run clean:nyc && npm run test:cov:mv && npm run test:cov:merge && npm run test:cov:report",
"test:cov:merge": "npm run clean:cov && nyc merge .nyc_output coverage-all/coverage-final.json",
"test:cov:mv": "cp ./coverage/coverage-final.json .nyc_output/unit.json && cp ./coverage-cypress/coverage-final.json .nyc_output/e2e.json",
"test:cov:report": "nyc report --reporter=lcov --report-dir=coverage-all",
"test:e2e": "start-test start:cli 3000 cy:open",
"test:e2e:run": "start-test start:cli http-get://localhost:3000 cy:run",
"stats": "npm run build:stats && webpack-bundle-analyzer --port 4200 build/bundle-stats.json",
"analyze": "npm run build && source-map-explorer build/static/js/*.js --only-mapped",
"docker:local": "docker build -t explorer-frontend:dev .",
"docker:prod": "docker build -f Dockerfile-prod -t explorer-frontend:prod .",
"procreate": "pro create",
"proremove": "pro remove",
"script:linkify": "python3 ./scripts/linkify.py ./CHANGELOG.md"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"coveragePathIgnorePatterns": [
"src/serviceWorker.js",
"src/index.js",
"src/test"
]
}
}