-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 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
{
"name": "react-apple-pay",
"version": "1.0.0",
"description": "Fully-functional implementation of Apple Pay using both the ApplePay JS SDK, and the PaymentRequest API as a fallback.",
"main": "index.js",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/styles": "^4.11.5",
"clsx": "^2.0.0",
"next": "^14.0.1",
"node-fetch": "^2.7.0",
"react": "^18.2.0"
},
"devDependencies": {
"@types/applepayjs": "^14.0.3",
"@types/node": "^20.8.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KthProg/react-apple-pay.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KthProg/react-apple-pay/issues"
},
"homepage": "https://github.com/KthProg/react-apple-pay#readme"
}