-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 877 Bytes
/
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
{
"name": "recently",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "next lint",
"lintfix": "next lint --fix"
},
"dependencies": {
"@coingecko/cg-api-ts": "^0.0.45",
"@types/coingecko-api": "^1.0.4",
"axios": "^0.24.0",
"coingecko-api": "^1.0.10",
"ethers": "^5.5.1",
"from-exponential": "^1.1.1",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.3.1",
"swr": "^1.0.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.2.4",
"eslint": "<8.0.0",
"eslint-config-next": "12.0.4",
"postcss": "^8.2.7",
"tailwindcss": "^2.0.3",
"typescript": "4.0"
},
"license": "MIT"
}