-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.75 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
{
"name": "onboard-notify-react",
"version": "0.17.0",
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@web3-onboard/fortmatic": "^2.0.2",
"@web3-onboard/gnosis": "^2.0.1",
"@web3-onboard/injected-wallets": "^2.0.5",
"@web3-onboard/keepkey": "^2.0.1",
"@web3-onboard/keystone": "^2.0.0",
"@web3-onboard/ledger": "^2.0.1",
"@web3-onboard/magic": "^2.0.0",
"@web3-onboard/portis": "^2.0.0",
"@web3-onboard/react": "^2.1.0",
"@web3-onboard/torus": "^2.0.1",
"@web3-onboard/trezor": "^2.0.2",
"@web3-onboard/walletconnect": "^2.0.1",
"@web3-onboard/walletlink": "^2.0.0",
"bnc-notify": "^1.9.4",
"ethers": "^5.5.2",
"firebase": "^9.6.10",
"jdenticon": "^3.1.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-jdenticon": "^1.0.0",
"react-scripts": "3.1.1",
"vconsole": "^3.3.4"
},
"scripts": {
"start": "npm run watch:css && HTTPS=true react-scripts --openssl-legacy-provider start",
"start-alt": "npm run watch:css && HTTPS=true react-scripts start",
"build": "npm run watch:css && CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch:css": "npx postcss src/styles/tailwind.css -o src/styles/output.css"
},
"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"
]
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"prettier": "^2.0.5",
"tailwindcss": "^3.0.24",
"watch": "^1.0.2"
}
}