-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 1.75 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
{
"name": "PandaCoin",
"homepage": "http://polygon.bestfuture.pl/",
"version": "0.1.0",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"private": true,
"dependencies": {
"@coinbase/wallet-sdk": "^3.3.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@walletconnect/web3-provider": "^1.7.8",
"@web3-onboard/core": "^2.3.2",
"@web3-onboard/injected-wallets": "^2.0.12",
"@web3-onboard/walletconnect": "^2.0.5",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"ethers": "^5.6.9",
"lite-server": "^2.3.0",
"nodemon": "^1.17.3",
"react": "^17.0.2",
"react-bootstrap": "^2.4.0",
"react-dom": "^17.0.2",
"react-scripts": "4.0.1",
"react-toastify": "^8.1.0",
"truffle": "5.0.2",
"truffle-contract": "3.0.6",
"web-vitals": "^1.1.2",
"web3": "^1.6.0",
"web3modal": "^1.9.8"
},
"resolve.fallback": {
"crypto": false,
"assert": false,
"util": false,
"http": false,
"https": false,
"os": false
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-sass": "^2.0.0",
"sass": "^1.53.0"
}
}