-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
112 lines (112 loc) · 5.26 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
{
"name": "@paypal/messaging-components",
"version": "1.65.1",
"description": "PayPal messaging library for integrating PayPal Credit messaging on merchant websites",
"homepage": "https://github.com/paypal/paypal-messaging-components",
"repository": {
"type": "git",
"url": "https://github.com/paypal/paypal-messaging-components.git"
},
"main": "dist/messaging.js",
"module": "src/index.js",
"files": [
"src/library",
"src/utils",
"dist/",
"__sdk__.js",
"globals.js"
],
"scripts": {
"build": "./scripts/semantic-release/assets.sh",
"build:stage": "webpack --env NODE_ENV=stage",
"build:sandbox": "webpack --env NODE_ENV=sandbox",
"build:production": "webpack --env NODE_ENV=production",
"build:analyze": "webpack --env analyze",
"build:demo": "webpack --env demo",
"dev": "webpack serve --config webpack.config.dev.js --env TARGET=sdk --env NODE_ENV=local --env STAGE_TAG=local",
"dev:ci": "webpack serve --config webpack.config.dev.js --env TARGET=ci --env NODE_ENV=local --env STAGE_TAG=local",
"dev:standalone": "webpack serve --config webpack.config.dev.js --env TARGET=standalone --env NODE_ENV=local --env STAGE_TAG=local",
"dev:modal": "webpack serve --config webpack.config.dev.js --env TARGET=standalone-modal --env NODE_ENV=local --env STAGE_TAG=local",
"dev:lander": "webpack serve --config webpack.config.dev.js --env TARGET=lander --env NODE_ENV=local --env STAGE_TAG=local",
"dev:stage": "webpack serve --config webpack.config.dev.js --env TARGET=standalone --env NODE_ENV=stage",
"dev:sandbox": "webpack serve --config webpack.config.dev.js --env TARGET=standalone --env NODE_ENV=sandbox",
"dev:production": "webpack serve --config webpack.config.dev.js --env TARGET=standalone --env NODE_ENV=production",
"lint": "eslint . --ext .js,.jsx",
"start": "npm run dev",
"test": "jest --verbose",
"test:func": "jest --detectOpenHandles --runInBand --verbose --config tests/functional/jest.allFunctional.config.js",
"test:func:nosnaps": "jest --detectOpenHandles --runInBand --verbose --config tests/functional/jest.noSnapshots.config.js",
"test:func:ciupdate": "jest --verbose --config tests/functional/jest.allFunctional.config.js --updateSnapshot",
"test:func:snapshots": "jest --detectOpenHandles --runInBand --verbose --config tests/functional/v2/jest.snapshotTests.config.js",
"test:func:snapshots:ciupdate": "jest --verbose --config tests/functional/v2/jest.snapshotTests.config.js --updateSnapshot"
},
"dependencies": {
"@axe-core/playwright": "^4.9.1",
"@krakenjs/beaver-logger": "^5.0.0",
"@krakenjs/belter": "^2.0.0",
"@krakenjs/jsx-pragmatic": "^3.0.0",
"@krakenjs/post-robot": "^11.0.0",
"@krakenjs/zalgo-promise": "^2.0.1",
"@krakenjs/zoid": "^10.0.0",
"@paypal/common-components": "^1.0.33",
"@paypal/sdk-client": "^4.0.166",
"@paypal/sdk-constants": "^1.0.118",
"@paypal/sdk-logos": "^2.0.0",
"core-js-pure": "3.31.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/register": "^7.10.4",
"@babel/runtime": "7.12.18",
"@krakenjs/babel-config-grumbler": "^8.1.1",
"@krakenjs/eslint-config-grumbler": "^8.1.1",
"@krakenjs/webpack-config-grumbler": "^8.1.1",
"@playwright/test": "^1.46.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@testing-library/dom": "^6.2.0",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/preact": "^2.0.0",
"@testing-library/preact-hooks": "^1.0.6",
"@types/node": "^22.1.0",
"babel-jest": "^27.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"conventional-changelog-conventionalcommits": "^4.6.0",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-import-resolver-jest": "^3.0.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^4.6.0",
"got": "^11.8.5",
"husky": "^2.3.0",
"imgur": "^0.3.1",
"jest": "^26.1.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-environment-puppeteer": "^4.3.0",
"jest-html-reporter": "^3.3.0",
"jest-image-snapshot": "^4.2.0",
"lint-staged": "^8.0.4",
"preact": "^10.1.1",
"preact-render-to-string": "^5.1.9",
"prettier": "^2.8.8",
"prettier-eslint": "^9.0.1",
"puppeteer": "^2.0.0",
"qs": "^6.9.3",
"semantic-release": "^19.0.5",
"webpack": "^4.32.0",
"webpack-dev-server": "^3.4.1"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
}
}