-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.33 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.33 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
83
{
"name": "blockchain-tools-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cosmjs/amino": "^0.28.11",
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@keplr-wallet/cosmos": "^0.10.12",
"@keplr-wallet/types": "^0.10.5",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.89",
"@mui/material": "^5.8.1",
"@solana/web3.js": "^1.98.4",
"@terra-money/terra.js": "^3.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.182",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vercel/analytics": "^1.6.1",
"assert": "^2.0.0",
"axios": "^0.27.2",
"bip39": "^3.0.4",
"browserify-zlib": "^0.2.0",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"decimal.js": "^10.3.1",
"ethers": "^5.6.8",
"https-browserify": "^1.0.0",
"immer": "^9.0.14",
"js-base64": "^3.7.2",
"path-browserify": "^1.0.1",
"querystring-es3": "^0.2.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tronweb": "^4.2.0",
"typescript": "^4.4.2",
"url": "^0.11.0",
"util": "^0.12.4",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "cross-env REACT_APP_VERSION=$(date '+%Y.%m.%d.%H.%M') PORT=8665 craco start",
"build": "cross-env REACT_APP_VERSION=$(date '+%Y.%m.%d.%H.%M') craco build",
"test": "craco test"
},
"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": {
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}