forked from topmonks/calamar
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
103 lines (103 loc) · 2.85 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
{
"name": "bittensor-explorer-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.14.5",
"@polkadot/keyring": "^11.1.1",
"@polkadot/react-identicon": "^3.1.1",
"@polkadot/types": "^10.1.4",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"@rollbar/react": "^0.11.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.198",
"@types/node": "^18.15.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"apexcharts": "^3.41.1",
"assert": "^2.0.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"decimal.js": "^10.4.3",
"deepmerge": "^4.3.1",
"dotenv": "^16.3.1",
"echarts": "^5.4.2",
"export-to-csv": "^1.2.1",
"fs": "^0.0.1-security",
"https-browserify": "^1.0.0",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"node-polyfill-webpack-plugin": "^2.0.1",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-icons": "^4.10.1",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"rollbar": "^2.26.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"swr": "^2.2.0",
"ts-custom-error": "^3.3.1",
"typescript": "^4.9.5",
"web-vitals": "^3.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@argos-ci/cli": "^0.4.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/eslint-plugin": "^11.10.0",
"@playwright/test": "^1.30.0",
"@polkadot/api": "^10.1.4",
"@polkadot/apps-config": "^0.124.1",
"@subsquid/archive-registry": "^2.1.9",
"@subsquid/ss58": "^0.1.4",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"cli-table3": "^0.6.3",
"colors": "^1.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"serve": "^14.2.0",
"ts-node": "^10.9.1"
}
}