-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.95 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
{
"name": "pursetoken",
"version": "0.1.0",
"description": "Purse Token",
"author": "",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/react": "^11.11.1",
"@openzeppelin/contracts": "^4.0.0-beta.0",
"@openzeppelin/contracts-upgradeable": "^4.3.0",
"@reduxjs/toolkit": "^1.9.5",
"@truffle/hdwallet-provider": "^1.7.0",
"@types/react-burger-menu": "^2.8.3",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@walletconnect/web3-provider": "^1.6.6",
"@web3-react/core": "^8.2.2",
"@web3-react/metamask": "^8.2.3",
"@web3-react/types": "^8.2.2",
"@web3-react/walletconnect-v2": "^8.5.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"baby-i-am-faded": "^4.0.14",
"big-integer": "^1.6.50",
"bigdecimal": "^0.6.1",
"bootstrap": "4.3.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"ethers": "^5.7.2",
"identicon.js": "^2.3.3",
"js-big-decimal": "^1.3.4",
"merkletreejs": "^0.3.0",
"npm": "^6.14.4",
"postcss-normalize": "^10.0.1",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-bootstrap": "^1.6.4",
"react-burger-menu": "^3.0.6",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-loading": "^2.0.3",
"react-redux": "^8.1.2",
"react-responsive": "^9.0.0-beta.6",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"reactjs-popup": "^2.0.5",
"recharts": "^2.8.0",
"sass": "^1.69.7",
"styled-components": "^5.3.1",
"swr": "^2.2.1",
"truffle": "5.1.39",
"truffle-hdwallet-provider": "^1.0.17",
"typescript": "^4.9.5",
"web3": "^1.2.11",
"web3connect": "^1.0.0-beta.33",
"web3modal": "^1.9.4"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts ejects"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@openzeppelin/truffle-upgrades": "^1.8.1",
"@types/react-dom": "^18.2.7",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"truffle-plugin-verify": "^0.5.18",
"url": "^0.11.1"
}
}