forked from paypal/paypal-checkout-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
155 lines (155 loc) · 5.34 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "paypal-checkout",
"version": "4.0.173",
"description": "PayPal Checkout components, for integrating checkout products.",
"main": "index.js",
"scripts": {
"lint": "eslint src/ test/",
"flow-typed": "flow-typed install",
"flow": "flow",
"flow:build": "flow gen-flow-files ./src/index.js --out-dir ./dist/module",
"karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start",
"babel": "babel src/ --out-dir dist/module",
"webpack": "babel-node ./node_modules/.bin/webpack --progress",
"webpack-base": "babel-node ./node_modules/.bin/webpack --progress --config webpack.base.config.js",
"webpack-button": "babel-node ./node_modules/.bin/webpack --progress --config webpack.button.config.js",
"test": "npm run lint && npm run flow && npm run karma && npm run buttondiff",
"build": "npm run test && npm run webpack",
"release": "./publish.sh",
"release:patch": "./publish.sh patch",
"release:minor": "./publish.sh minor",
"release:major": "./publish.sh major",
"clean": "rimraf dist coverage",
"reinstall": "rimraf flow-typed && rimraf node_modules && npm install && flow-typed install",
"postinstall": "flow-typed install",
"debug": "cross-env NODE_ENV=debug",
"demo": "serve ./demo --port 1337",
"eslint-find-rules": "eslint-find-rules --current .eslintrc.js --unused --plugin",
"buttondiff": "jest test/screenshot/screenshot.test.js "
},
"files": [
"dist/checkout.lib.js",
"dist/checkout.lib.js.map",
"dist/checkout.button.render.js",
"dist/checkout.button.render.js.map",
"src/",
"postinstall.js"
],
"browserslist": [
"IE >= 9",
"chrome >= 27",
"firefox >= 30",
"safari >= 5",
"opera >= 23"
],
"repository": {
"type": "git",
"url": "git://github.paypal.com/paypal/paypal-checkout.git"
},
"homepage": "https://developer.paypal.com/",
"keywords": [
"cross-domain",
"cross domain",
"components",
"component",
"krakenjs",
"kraken"
],
"license": "Apache-2.0",
"readmeFilename": "README.md",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.0.2",
"babel-loader": "^7.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-flow-runtime": "^0.11.1",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-for-of": "^6.8.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
"babel-plugin-transform-es3-property-literals": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"chai": "^4.1.1",
"circular-dependency-plugin": "^4.1.0",
"cross-env": "^5.1.1",
"del": "^3.0.0",
"eslint": "^4.5.0",
"eslint-find-rules": "^3.1.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-plugin-compat": "^1.0.0",
"eslint-plugin-const-immutable": "^2.0.0",
"eslint-plugin-eslint-comments": "^1.0.3",
"eslint-plugin-flowtype": "^2.29.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unicorn": "^2.1.2",
"flow-bin": "0.56.0",
"flow-runtime": "^0.14.0",
"flow-typed": "^2.2.3",
"fs-extra": "^4.0.2",
"ifdef-loader": "^2.0.3",
"imagemagick": "^0.1.3",
"imgur": "^0.2.1",
"istanbul-instrumenter-loader": "^3.0.0",
"jest": "^21.1.0",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.1.1",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.3",
"lolex": "^2.1.2",
"memory-fs": "^0.4.1",
"mocha": "^3.4.0",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.0",
"puppeteer": "^0.11.0",
"raw-loader": "^0.5.1",
"regenerator-runtime": "^0.11.0",
"serve": "^6.0.2",
"sinon": "^4.0.1",
"sinon-chai": "^2.11.0",
"sync-browser-mocks": "^1.0.43",
"text-loader": "0.0.1",
"uglify-js": "^3.0.28",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.0.0",
"webpack-promise-shim-plugin": "^1.0.0",
"webpack-stream": "^4.0.0",
"yargs": "^9.0.1"
},
"dependencies": {
"Base64": "^1.0.0",
"beaver-logger": "^3.0.6",
"bowser": "^1.7.1",
"braintree-paypal-client-config": "^1.0.2",
"cross-domain-utils": "^2.0.1",
"hi-base32": "^0.3.0",
"post-robot": "^8.0.0",
"xcomponent": "^6.0.0",
"zalgo-promise": "^1.0.10"
}
}