This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
forked from Ithil-protocol/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.78 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
{
"name": "ithil-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.7.0",
"@ithil-protocol/deployed": "https://github.com/Ithil-protocol/deployed",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.9.0",
"@testing-library/jest-dom": "^5.16.5",
"@usedapp/core": "^1.2.2",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"bignumber.js": "^9.1.0",
"chart.js": "^3.9.1",
"ethers": "^5.7.2",
"phosphor-react": "^1.4.1",
"rc-slider": "^10.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-ga4": "^1.4.1",
"react-hot-toast": "^2.4.0",
"react-loading-skeleton": "^3.1.0",
"react-modal": "^3.16.1",
"react-popper": "^2.3.0",
"react-portal": "^4.2.2",
"react-redux": "^8.0.5",
"react-router-dom": "6.4.3",
"react-scripts": "5.0.1",
"react-shepherd": "^4.1.0",
"react-spinners": "^0.13.6",
"react-switch": "^7.0.0",
"react-toastify": "^9.1.1",
"react-tooltip": "^4.5.0",
"redux-persist": "^6.0.0",
"twin.macro": "^3.0.0",
"typescript": "^4.9.3",
"uuid": "^9.0.0",
"web-vitals": "^3.1.0"
},
"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": {
"@emotion/react": "^11.10.5",
"@types/node": "^18.11.9",
"@types/rc-slider": "^9.3.1",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-modal": "^3.13.1",
"@types/react-portal": "^4.0.4",
"@types/react-redux": "^7.1.24",
"@types/react-tooltip": "^4.2.4",
"@types/redux-logger": "^3.0.9",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"redux-logger": "^3.0.6",
"tailwindcss": "^3.2.4"
},
"packageManager": "yarn@3.3.0"
}