-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1018 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
38
39
40
41
42
43
{
"name": "copy-trade",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@privy-io/react-auth": "^1.40.3",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"passport": "^0.6.0",
"passport-twitter": "^1.0.4",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "18.2.0",
"react-jazzicon": "^1.0.4",
"react-modal": "^3.16.1",
"sass": "^1.66.1",
"styled-components": "^6.0.7",
"styled-icons": "^10.47.0",
"typescript": "5.2.2",
"web3": "^4.1.2"
},
"resolutions": {
"@types/react": "<18.0.0",
"@types/react-dom": "<18.0.0"
},
"devDependencies": {
"@types/react-modal": "^3.16.0",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.1.4"
}
}