forked from sirgawain0x/market-dApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.67 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
{
"name": "rari-dapp",
"version": "2.3.0",
"private": true,
"dependencies": {
"@aave/protocol-v2": "^1.0.1",
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.3.4",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@fontsource/inter": "^4.5.0",
"@fontsource/manrope": "^4.5.0",
"@loadable/component": "^5.13.2",
"@walletconnect/web3-provider": "^1.6.6",
"apexcharts": "3.20.2",
"axios": "^0.22.0",
"bad-words": "^3.0.4",
"big.js": "^6.1.1",
"bignumber.js": "^9.0.1",
"fathom-client": "^3.1.0",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.11",
"fuse.js": "^6.4.6",
"history": "^5.0.0",
"i18next": "^19.7.0",
"logrocket": "^1.0.14",
"mathjs": "^9.5.0",
"node-fetch": "^2.6.1",
"node-vibrant": "^3.1.6",
"react": "^16.13.1",
"react-apexcharts": "1.3.7",
"react-awesome-reveal": "^3.3.1",
"react-dom": "^16.13.1",
"react-error-boundary": "^3.0.2",
"react-i18next": "^11.7.3",
"react-ios-pwa-prompt": "^1.8.1",
"react-jazzicon": "^0.1.3",
"react-query": "^3.13.10",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "4.0.1",
"react-spinners": "^0.9.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"web3": "^1.6.0",
"web3modal": "^1.9.5",
"window-table": "^1.0.0-alpha.11"
},
"scripts": {
"typecheck": "tsc --skipLibCheck -p ./tsconfig.json",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"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"
},
"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": {
"@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.0",
"@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",
"cz-conventional-changelog": "3.3.0",
"typescript": "^4.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}