-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
83 lines (83 loc) · 2.37 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
{
"name": "solstake",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.66",
"@mui/material": "^5.10.0",
"@mui/system": "^5.3.0",
"@pythnetwork/client": "^2.0.0",
"@solana/wallet-adapter-base": "^0.9.2",
"@solana/wallet-adapter-material-ui": "^0.16.3",
"@solana/wallet-adapter-react": "^0.15.2",
"@solana/wallet-adapter-wallets": "^0.14.2",
"@solana/web3.js": "^1.32.0",
"humanize-duration-ts": "^2.1.1",
"mathjs": "^9.4.5",
"node-sass": "^7.0.1",
"notistack": "^2.0.3",
"parcel": "^2.2.1",
"react": "^17.0.2",
"react-async-hook": "^3.6.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.6",
"superstruct": "^0.15.2",
"typescript": "^4.5.5",
"web-vitals": "^1.0.1"
},
"scripts": {
"clean": "shx rm -rf dist .parcel-cache",
"start": "yarn clean && parcel src/index.html",
"build": "yarn clean && parcel build src/index.html"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all",
"not ios_saf < 13"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.2.1",
"@parcel/transformer-svg-react": "^2.2.1",
"@parcel/transformer-webmanifest": "^2.2.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/bn.js": "^5.1.0",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.5",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-virtualized": "^9.21.11",
"autoprefixer": "^9",
"gh-pages": "^3.1.0",
"postcss": "^8.4.5",
"shx": "^0.3.4",
"tailwindcss": "^3.0.18"
}
}