-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
83 lines (83 loc) · 2.1 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
{
"name": "yieldscan-frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.13.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"git:commit": "git cz",
"test": "jest",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@metomic/react": "^0.1.2",
"@polkadot/api": "^10.9.1",
"@polkadot/extension-dapp": "^0.46.5",
"@polkadot/react-identicon": "^0.89.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@ramp-network/ramp-instant-sdk": "^2.4.3",
"@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.21.4",
"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",
"fathom-client": "^3.1.0",
"konva": "^7.1.3",
"lodash": "^4.17.19",
"millify": "^3.3.0",
"moment": "^2.29.1",
"next": "^12.1.2",
"next-seo": "^4.26.0",
"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",
"react-use-intercom": "^1.2.0",
"rifm": "^0.12.0",
"sass": "^1.26.11",
"sharp": "^0.29.0",
"styled-components": "^5.2.0",
"zustand": "^3.1.2"
},
"devDependencies": {
"@testing-library/dom": "^7.31.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.23",
"babel-jest": "^27.0.2",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"git-cz": "^4.7.1",
"jest": "^27.0.4",
"jest-dom": "^4.0.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.8.10",
"ts-jest": "^27.0.3"
},
"resolutions": {
"next/**/node-fetch": "^2.6.1",
"@metomic/react/**/node-fetch": "^2.6.1"
}
}