-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
122 lines (122 loc) · 4.08 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
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "rari-dapp",
"version": "2.3.0",
"private": true,
"dependencies": {
"@0xsequence/multicall": "^0.35.5",
"@aave/protocol-v2": "^1.0.1",
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "1.8.1",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@walletconnect/web3-provider": "^1.4.1",
"apexcharts": "3.20.2",
"axios": "^0.20.0",
"bad-words": "^3.0.4",
"color-hash": "^2.0.1",
"cors": "^2.8.5",
"dayjs": "^1.10.5",
"ethereum-erc20-token-balances-multicall": "^1.0.2",
"ethers": "^5.4.6",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.11",
"fuse.js": "^6.4.6",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"graphql-tag": "^2.12.5",
"ioredis": "^4.27.7",
"lightweight-charts": "^3.3.0",
"logrocket": "^1.0.14",
"mathjs": "^9.0.0",
"mongoose": "^5.13.3",
"next": "^12.0.9",
"next-i18next": "^8.5.3",
"next-pwa": "^5.2.21",
"node-fetch": "^2.6.1",
"node-vibrant": "^3.1.6",
"polished": "^4.1.3",
"rari-components": "github:Rari-Capital/rari-components#144451807e8673b4586274adfb8e78346ab32fce",
"rari-tokens-generator": "^2.0.0",
"react": "^17.0.2",
"react-apexcharts": "1.3.7",
"react-awesome-reveal": "^3.3.1",
"react-dom": "^17.0.2",
"react-double-marquee": "^1.0.6",
"react-error-boundary": "^3.0.2",
"react-fast-marquee": "^1.1.3",
"react-infinite-scroll-hook": "^4.0.1",
"react-intersection-observer": "^8.34.0",
"react-jazzicon": "^0.1.3",
"react-query": "^3.13.10",
"react-responsive-carousel": "^3.2.18",
"react-spinners": "^0.9.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"recharts": "^2.0.9",
"swr": "^0.5.6",
"typescript": "^4.0.3",
"walletlink": "^2.4.5",
"web3": "^1.2.11",
"web3modal": "^1.9.0",
"window-table": "^1.0.0-alpha.11"
},
"scripts": {
"bump-rari-components": "rm -rf .next && npm i \"git+https://github.com/Rari-Capital/rari-components#$(git ls-remote https://github.com/Rari-Capital/rari-components.git HEAD | awk '{ print $1}')\"",
"typecheck": "tsc --noEmit",
"postinstall": "rari-tokens-generator ./src/static/compiled/tokens.json",
"start": "next start",
"build": "next build",
"dev": "next dev",
"export": "next export",
"translate": "npx [email protected]",
"check-translations": "npm run translate && if grep -q \"__NOT_TRANSLATED__\" src/locales/*.json; then echo \"Translations missing!\"; exit 1; else echo \"All translations present!\"; fi",
"analyze": "ANALYZE=true npm run build",
"compile-contract-types": "typechain --target ethers-v5 --out-dir './src/lib/contracts/types' './src/lib/contracts/{abi,oracles}/*.json'",
"format": "prettier --write src/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.25%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cypress/code-coverage": "^3.8.1",
"@cypress/instrument-cra": "^1.4.0",
"@next/bundle-analyzer": "^11.0.1",
"@testing-library/cypress": "^7.0.1",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.6",
"@types/color-hash": "^1.0.2",
"@types/cors": "^2.8.12",
"@types/ioredis": "^4.26.7",
"@types/jest": "^26.0.13",
"@types/loadable__component": "^5.13.1",
"@types/mathjs": "^6.0.11",
"@types/node": "^14.11.7",
"@types/node-fetch": "^2.5.8",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.0",
"@types/react-query": "^1.1.2",
"@types/react-slick": "^0.23.4",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@vercel/node": "^1.8.3",
"@welldone-software/why-did-you-render": "^6.2.3",
"cypress": "^5.3.0",
"eslint-config-next": "^11.0.1",
"pre-commit": "^1.2.2",
"prettier": "2.5.1",
"web3-eth-contract": "^1.3.5"
}
}