-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.43 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "paypal-button-react",
"version": "1.1.3",
"description": "React.js implementation of PayPal's Smart Payment Buttons",
"main": "build/index.js",
"module": "build/index.es.js",
"jsnext:main": "build/index.es.js",
"scripts": {
"build": "rollup -c",
"test": "react-scripts test --env=jsdom"
},
"files": [
"build"
],
"jest": {
"preset": "ts-jest",
"testEnvironment": "jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodyCline/paypal-react.git"
},
"keywords": [
"react",
"paypal",
"PayPal",
"React.js",
"component",
"Smart",
"Payment",
"Buttons"
],
"author": "Cody Cline",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodyCline/paypal-react/issues"
},
"homepage": "https://github.com/CodyCline/paypal-react#readme",
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@types/jest": "^24.0.17",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/react-test-renderer": "^16.9.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts-ts": "^3.1.0",
"react-test-renderer": "^16.9.0",
"rollup": "^1.16.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-typescript2": "^0.21.2",
"typescript": "^3.5.2"
}
}