-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 895 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
{
"name": "wallet-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier-format": "prettier --config .prettierrc './**/*.ts' './**/*.tsx' --write"
},
"dependencies": {
"@agney/react-loading": "^0.1.2",
"axios": "^0.21.4",
"date-fns": "^2.27.0",
"ethers": "^5.5.1",
"next": "^12.0.4",
"querystring": "^0.2.1",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-select": "^5.2.1"
},
"devDependencies": {
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"prettier": "^2.5.1",
"typescript": "^4.5.2",
"vercel": "^23.1.2"
}
}