This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.26 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
{
"name": "aloe-web-interface",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@ethersproject/experimental": "^5.7.0",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/big.js": "^6.1.2",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.22",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.21",
"@uniswap/widgets": "2.1.1",
"axios": "^0.25.0",
"axios-rate-limit": "^1.3.0",
"big.js": "^6.1.1",
"color.js": "^1.2.0",
"date-fns": "^2.28.0",
"ethers": "^5.7.0",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"node-polyfill-webpack-plugin": "^1.1.4",
"postcss-nested": "^5.0.6",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-apollo": "^3.1.5",
"react-dom": "^17.0.2",
"react-redux": "^8.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"recharts": "^2.1.9",
"styled-components": "^5.3.3",
"typescript": "^4.5.5",
"wagmi": "^0.6.4",
"walletconnect": "^1.7.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "REACT_APP_ENV=development react-app-rewired start",
"start:prod": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"prettier": "prettier --write 'src/**/*.{ts,tsx}'",
"prettier:check": "prettier --check 'src/**/*.{ts,tsx}'"
},
"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": {
"@babel/core": "7.16.12",
"@babel/eslint-parser": "^7.17.0",
"autoprefixer": "^10.4.2",
"babel-plugin-macros": "^3.1.0",
"postcss": "^8.4.6",
"react-app-rewired": "^2.1.11",
"tailwindcss": "^3.0.18",
"twin.macro": "^2.8.2"
},
"volta": {
"node": "16.13.2",
"yarn": "1.22.18"
}
}