-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 966 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": "smartypay-subscriptions-demo-react",
"version": "1.0.0",
"description": "Integration demo for Smarty Pay subscriptions api",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next/font": "13.1.5",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"eslint": "8.22.0",
"eslint-config-next": "13.1.5",
"moment": "^2.29.4",
"next": "13.5.7-canary.37",
"react": "18.2.0",
"react-dom": "18.2.0",
"smartypay-client-metamask": "^2.36.2",
"smartypay-client-model": "^2.36.2",
"smartypay-client-subscriptions-react": "^2.36.2",
"smartypay-client-wallet-connect": "^2.36.2",
"smartypay-node-sdk": "^2.36.2",
"swr": "^2.0.3",
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"overrides": {
"ethereumjs-abi": "^0.6.8"
}
}