-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
110 lines (110 loc) · 3.01 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
101
102
103
104
105
106
107
108
109
110
{
"name": "loopring-token-gate-react-example",
"version": "1.0.0",
"engine": {
"node": ">=18.0.0"
},
"author": "Will Smillie",
"description": "A react app interacting with Loopring API to perform common operations.",
"private": true,
"homepage": ".",
"scripts": {
"setup": "yarn && yarn cli",
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "react-app-rewired build",
"cli": "node scripts"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@iconify/react": "^3.2.1",
"@loopring-web/loopring-sdk": "3.3.38",
"@loopring-web/web3-provider": "^1.1.3",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.6.0",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.6",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^1.3.4",
"change-case": "^4.1.2",
"date-fns": "^2.28.0",
"firebase": "^9.18.0",
"framer-motion": "^6.2.9",
"history": "^5.3.0",
"install": "^0.13.0",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.2.3",
"react-intersection-observer": "^8.33.1",
"react-lazy-load-image-component": "^1.5.4",
"react-ratio": "^0.1.5",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.0",
"simplebar": "^5.3.6",
"simplebar-react": "^2.3.6",
"siwe": "^2.1.4",
"stylis": "^4.1.0",
"stylis-plugin-rtl": "^2.1.1",
"viem": "2.x",
"wagmi": "^2.5.12",
"web3": "^1.8.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"assert": "^2.0.0",
"async-sema": "^3.1.1",
"babel-eslint": "^10.1.0",
"buffer": "^6.0.3",
"enquirer": "^2.3.6",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.4.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"fetch": "^1.1.0",
"fs": "^0.0.1-security",
"gh-pages": "^5.0.0",
"ora": "5.4.1",
"prettier": "^2.5.1",
"stream-browserify": "^3.0.0",
"typescript": "^4.5.5"
}
}