-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@coingecko/cg-api-ts": "^0.0.45",
"@toruslabs/openlogin": "^0.5.4",
"@toruslabs/torus-direct-web-sdk": "^4.11.1",
"@toruslabs/torus-embed": "^1.10.4",
"axios": "^0.21.1",
"elliptic": "^6.5.4",
"ethers": "^5.1.3",
"file-saver": "^2.0.5",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redux": "^4.0.5",
"web3": "^1.3.4"
},
"devDependencies": {
"@metamask/onboarding": "^1.0.0",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-redux": "^7.1.16",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.7",
"react-redux": "^7.2.2",
"redux-devtools": "^3.7.0",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"tailwindcss": "^2.0.3",
"typescript": "4.0",
"vercel": "^22.0.1"
},
"license": "MIT"
}