forked from daoplays/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.6 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
{
"name": "DaoPlays",
"version": "1.0.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/beet-solana": "^0.4.0",
"@metaplex-foundation/js": "^0.18.0",
"@metaplex-foundation/mpl-token-metadata": "^2.8.3",
"@project-serum/borsh": "^0.2.5",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "^0.9.31",
"@solana/wallet-adapter-wallets": "^0.19.16",
"@solana/web3.js": "^1.73.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/react-select": "^5.0.1",
"@types/react-syntax-highlighter": "^15.5.7",
"add": "^2.0.6",
"babel-plugin-macros": "^3.1.0",
"bn.js": "5.2.1",
"bootstrap": "^5.1.3",
"borsh": "^0.7.0",
"bs58": "^5.0.0",
"framer-motion": "^4.1.17",
"history": "^5.1.0",
"material-design-icons": "^3.0.1",
"plotly.js": "^2.12.1",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^2.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-mathjax": "^1.0.1",
"react-native": "0.68",
"react-native-web": "^0.18.1",
"react-plotly.js": "^2.6.0",
"react-plotlyjs-ts": "^2.2.2",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-syntax-highlighter": "15.5.0",
"react-twitch-embed": "^3.0.1",
"reactstrap": "^9.1.1",
"typescript": "^4.9.5",
"web-vitals": "^0.2.4",
"yarn": "^1.22.19"
},
"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"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
}
}