-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.64 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "bluntdao",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.16.7",
"@bundlr-network/client": "^0.2.4",
"@civic/solana-gateway-react": "^0.4.6",
"@dhaiwat10/react-link-preview": "^1.14.1",
"@material-ui/core": "^4.12.3",
"@metaplex-foundation/js": "^0.14.0",
"@metaplex-foundation/js-next": "^0.7.1",
"@project-serum/anchor": "^0.14.0",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.7.0",
"@solana/wallet-adapter-react": "^0.13.1",
"@solana/wallet-adapter-react-ui": "^0.6.1",
"@solana/wallet-adapter-wallets": "^0.11.3",
"@solana/web3.js": "^1.50.1",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@thirdweb-dev/react": "^2.5.1",
"@thirdweb-dev/sdk": "^2.3.32",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^17.0.0",
"@types/react-slick": "^0.23.8",
"@walletconnect/web3-provider": "^1.7.8",
"@web3auth/modal": "^3.0.4",
"@web3auth/openlogin-adapter": "^3.0.4",
"@web3auth/solana-provider": "^1.1.2",
"@web3auth/web3auth": "^2.1.3",
"assert": "^2.0.0",
"axios": "^0.27.2",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dotenv-webpack": "^8.0.1",
"ethers": "^5.6.9",
"https-browserify": "^1.0.0",
"mime": "^3.0.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"qr-scanner": "^1.4.2",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-calendly": "^4.1.0",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-external-link": "^2.0.0",
"react-flow-renderer": "^10.3.11",
"react-ga": "^3.3.1",
"react-is": "^17.0.2",
"react-loading-skeleton": "^3.1.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-paginate": "^8.1.3",
"react-qr-code": "^2.0.7",
"react-qr-reader": "^3.0.0-beta-1",
"react-qr-scanner": "^1.0.0-alpha.11",
"react-router-dom": "^5.3.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.7",
"react-slick": "^0.29.0",
"react-tooltip": "^4.2.21",
"react-tweet-embed": "^1.3.1",
"rss-parser": "^3.12.0",
"slick-carousel": "1.8.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.1",
"timers-browserify": "^2.0.12",
"typescript": "^4.1.2",
"url": "^0.11.0",
"util": "^0.12.4",
"web-vitals": "^1.0.1",
"webpack": "^5.74.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"deploy:gh": "gh-pages -d ./build/ --repo https://github.com/pit-v/metaplex -t true --branch gh-pages-3",
"deploy": "cross-env ASSET_PREFIX=/metaplex/ yarn build && yarn deploy:gh"
},
"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": {
"@types/babel__core": "^7.1.19",
"@types/crypto-js": "^4.1.1",
"@types/react-mailchimp-subscribe": "^2.1.1",
"@types/react-router-hash-link": "^2.4.5",
"@types/react-scroll": "^1.8.3",
"@types/styled-components": "^5.1.14",
"react-error-overlay": "6.0.9",
"sass": "^1.52.3"
}
}