-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
63 lines (63 loc) · 1.68 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
{
"name": "property",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@metaplex/js": "^4.10.1",
"@mui/material": "^5.0.0",
"@solana/spl-token": "0.0.13",
"@solana/spl-token-swap": "0.0.4",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.9.2",
"@solana/wallet-adapter-react-ui": "^0.1.2",
"@solana/wallet-adapter-wallets": "^0.7.6",
"@solana/web3.js": "^0.87.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"bip32": "^2.0.6",
"bip39": "^3.0.3",
"bootstrap": "^4.5.0",
"emoji-mart": "^3.0.0",
"javascript-time-ago": "^2.2.3",
"json-to-pretty-yaml": "^1.2.2",
"jsqr": "^1.3.1",
"node-sass": "^4.14.1",
"qrcode": "^1.4.4",
"react": "^17.0.2",
"react-alice-carousel": "^2.1.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^17.0.2",
"react-image-lightbox": "^5.1.1",
"react-scripts": "3.4.1",
"reactstrap": "^8.7.1",
"sdbm": "^1.2.0",
"simplebar-react": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}