-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "tippers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"contracts-install": "cd smart-contracts && npm install"
},
"dependencies": {
"@alch/alchemy-web3": "~1.1.9",
"@iconscout/react-unicons": "^1.1.6",
"@reduxjs/toolkit": "^1.9.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"babel-preset-next": "^1.4.0",
"dotenv": "^16.0.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"ethers": "^5.7.2",
"next": "13.0.3",
"react": "18.2.0",
"react-copy-to-clipboard": "5.0.4",
"react-dice-roll": "^1.2.2",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-redux": "^8.0.5",
"react-spinners": "^0.13.6",
"redux-persist": "^6.0.0",
"sass": "^1.56.1",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5",
"typescript": "4.8.4",
"use-sound": "^4.0.1",
"web3": "1.7.4"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
"@types/styled-system": "^5.1.15"
}
}