forked from velas/native-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.32 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.32 KB
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
{
"name": "explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blockworks-foundation/mango-client": "^3.0.12",
"@bonfida/bot": "^0.5.3",
"@metamask/jazzicon": "^2.0.0",
"@project-serum/serum": "^0.13.58",
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.12.0",
"@solana/spl-token-registry": "^0.2.229",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/chai": "^4.2.21",
"@types/chart.js": "^2.9.34",
"@types/classnames": "^2.3.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.10",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/react-select": "^3.1.2",
"@types/socket.io-client": "^3.0.0",
"@types/styled-components": "^5.1.15",
"@velas/web3": "^0.1.7",
"bignumber.js": "^9.0.1",
"bn.js": "^5.2.0",
"bootstrap": "^4.6.0",
"bs58": "^4.0.1",
"chai": "^4.3.4",
"chart.js": "^2.9.4",
"classnames": "2.3.1",
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.4",
"csstype": "^3.0.8",
"humanize-duration-ts": "^2.1.1",
"node-sass": "^5.0.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-countup": "^5.2.0",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-router-dom": "^5.2.1",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"react-switch": "^6.0.0",
"react-theme-provider": "^0.1.3",
"sass": "~1.32.6",
"styled-components": "^5.3.3",
"superstruct": "^0.15.2",
"typescript": "^4.4.2",
"typescript-plugin-css-modules": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"format": "prettier -c \"**/*.+(js|jsx|ts|tsx|json|css|md)\"",
"format:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|css|md)\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "velas"
}