-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"chart.js": "^3.3.2",
"coingecko-api": "^1.0.10",
"curlrequest": "^1.0.1",
"date-fns": "^2.21.3",
"mathjs": "^9.4.0",
"mixpanel-browser": "^2.41.0",
"moment": "^2.29.1",
"next": "^10.2.0",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.3",
"react-datepicker": "^3.8.0",
"react-dom": "^17.0.2",
"staking-rewards-collector": "^1.4.0",
"swr": "^0.5.6"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"name": "staking-rewards-viewer",
"description": "## Project Description :page_facing_up:",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"babel-jest": "^27.0.6",
"jest": "^27.0.6",
"jest-dom": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackson-harris-iii/staking-rewards-viewer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jackson-harris-iii/staking-rewards-viewer/issues"
},
"homepage": "https://github.com/jackson-harris-iii/staking-rewards-viewer#readme"
}