-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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
{
"name": "braintree-web-react",
"version": "0.7.0",
"description": "React component for Braintree Web Drop-In (v3) & Hosted Fields (v3)",
"main": "dist/main.js",
"scripts": {
"test": "jest",
"prebuild": "rm -rf ./dist",
"build": "webpack --mode production",
"prepare": "npm run build",
"postpublish": "git tag v$npm_package_version && git push origin v$npm_package_version"
},
"dependencies": {
"braintree-web": "^3.39.0",
"braintree-web-drop-in": "^1.14.1",
"react-test-renderer": "^16.6.3"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.1.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.4",
"jest": "^23.6.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mannycolon/braintree-web-react.git"
},
"keywords": [
"react",
"braintree",
"braintree-dropin",
"braintree-hostedfields",
"credit-card",
"braintree-payment-gateway"
],
"author": "Manny Colon",
"license": "ISC",
"bugs": {
"url": "https://github.com/mannycolon/braintree-web-react/issues"
},
"homepage": "https://github.com/mannycolon/braintree-web-react#readme"
}