-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "defipedia-exchange",
"version": "0.1.0",
"author": "Pradhumna Pancholi",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@portis/web3": "^2.0.0-beta.59",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@uniswap/sdk": "^3.0.3",
"@walletconnect/web3-provider": "^1.3.1",
"@web3-react/core": "^6.1.1",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"ethers": "^5.0.32",
"node-sass": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-sizes": "^2.0.0",
"react-slick": "^0.27.13",
"react-spring": "^8.0.27",
"react-swipeable-bottom-sheet": "^1.1.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.1",
"use-wallet": "^0.8.0",
"web3": "^1.3.0",
"web3-react": "^5.0.5",
"web3modal": "^1.9.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:css": "postcss src/styles/tailwind.css -o src/styles/main.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": {}
}