-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.59 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
{
"name": "yieldscan-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"git:commit": "git cz"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@metomic/react": "^0.1.2",
"@polkadot/api": "^3.0.1",
"@polkadot/extension-dapp": "^0.35.1",
"@polkadot/react-identicon": "^0.58.1",
"@polkadot/ui-keyring": "^0.63.1",
"@polkadot/util-crypto": "^5.0.1",
"@sentry/browser": "^5.24.1",
"@sentry/node": "^5.24.1",
"@sentry/webpack-plugin": "^1.11.1",
"@zeit/next-source-maps": "0.0.4-canary.1",
"amplitude-js": "^7.1.1",
"axios": "^0.20.0",
"bn.js": "^5.1.3",
"bn.js-typings": "^1.0.1",
"confetti-js": "^0.0.18",
"date-fns": "^2.16.1",
"emotion-theming": "^10.0.27",
"konva": "^7.1.3",
"lodash": "^4.17.19",
"millify": "^3.3.0",
"next": "^10.0.3",
"nookies": "^2.4.0",
"react": "^17.0.1",
"react-countup": "^4.3.3",
"react-device-detect": "^1.13.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-icons": "^4.1.0",
"react-konva": "^17.0.0-0",
"react-marquee-slider": "^1.1.2",
"react-progressive-image": "^0.6.0",
"react-scroll": "^1.8.1",
"rifm": "^0.12.0",
"sass": "^1.26.11",
"styled-components": "^5.2.0",
"tawkto-react": "^1.0.11",
"zustand": "^3.1.2"
},
"devDependencies": {
"git-cz": "^4.7.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.8.10"
},
"resolutions": {
"next/**/node-fetch": "^2.6.1",
"@metomic/react/**/node-fetch": "^2.6.1"
}
}