-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 5.22 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 5.22 KB
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
{
"name": "braintree-web",
"version": "3.138.0",
"license": "MIT",
"main": "src/index.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/braintree/braintree-web"
},
"scripts": {
"clean:playwright": "rm -rf test-results/ && rm -rf log*/ && rm -rf playwright-report/ && rm local.log",
"jsdoc": "./scripts/npm-to-gulp jsdoc",
"prebuild": "npm run prettier",
"build": "./scripts/npm-to-gulp build",
"prelint": "npm run prettier",
"lint": "eslint . --cache --fix",
"lint-no-cache-no-fix": "eslint .",
"release": "./scripts/release",
"safe-publish": "node scripts/safe-publish.mjs",
"safe-publish:dry": "node scripts/safe-publish.mjs --dry-run",
"prepare-release": "node scripts/prepare-release.mjs",
"verify-deploy": "node scripts/verify-deploy.mjs",
"posttest": "npm run lint",
"prettier": "prettier --write . --cache",
"test": "BRAINTREE_JS_ENV=development jest --config=jest.config.json",
"prepare": "husky",
"storybook:docs": "storybook dev --docs",
"prestorybook:dev": "scripts/generate-version-list",
"storybook:dev": "storybook dev -p 6006",
"storybook:dev-local": "npm run storybook:copy-local-build && storybook dev -p 6006",
"prestorybook:copy-local-build": "scripts/generate-version-list",
"storybook:copy-local-build": "node .storybook/scripts/copy-local-build.js",
"storybook:build": "mkdir -p ./.storybook/static && rm -rf ./storybook-static && storybook build",
"storybook:run-build": "http-server ./storybook-static -S -p 8080",
"build:integration": "./scripts/build-for-integration.sh",
"pretest:integration": "npm run build:integration",
"test:integration": "env BRAINTREE_JS_ENV=development wdio .storybook/wdio.conf.ts",
"test:playwright": "env BRAINTREE_JS_ENV=development playwright test --config=.storybook/tests/playwright.browserstack.config.ts",
"test:playwright:local": "env BRAINTREE_JS_ENV=development playwright test --config=.storybook/tests/playwright.browserstack.local.ts --headed",
"test:integration:local": "env BRAINTREE_JS_ENV=development LOCAL_BUILD=true wdio .storybook/wdio.conf.ts",
"pretest:integration:local": "npm run build && npm run storybook:copy-local-build && npm run storybook:build",
"posttest:playwright": "npm run clean:playwright",
"posttest:playwright:local": "npm run clean:playwright"
},
"dependencies": {
"@braintree/asset-loader": "2.0.3",
"@braintree/browser-detection": "2.1.0",
"@braintree/event-emitter": "0.4.1",
"@braintree/extended-promise": "1.0.0",
"@braintree/iframer": "2.0.1",
"@braintree/sanitize-url": "7.0.4",
"@braintree/uuid": "2.0.0",
"@braintree/wrap-promise": "2.1.0",
"@paypal/accelerated-checkout-loader": "1.2.1",
"card-validator": "10.0.3",
"credit-card-type": "10.1.0",
"framebus": "6.0.3",
"inject-stylesheet": "7.0.0",
"promise-polyfill": "8.2.3",
"restricted-input": "4.0.3"
},
"devDependencies": {
"@ladjs/gulp-envify": "^2.0.1",
"@playwright/test": "^1.58.0",
"@storybook/addon-docs": "^9.1.2",
"@storybook/addon-styling-webpack": "^2.0.0",
"@storybook/html-vite": "^9.1.2",
"@tailwindcss/postcss": "^4.1.12",
"@types/applepayjs": "^14.0.9",
"@wdio/browser-runner": "^9.16.2",
"@wdio/browserstack-service": "^9.20.0",
"@wdio/cli": "^9.20.0",
"@wdio/mocha-framework": "^9.20.0",
"@wdio/spec-reporter": "^9.20.0",
"@wdio/types": "^9.20.0",
"@types/jest": "^29.5.14",
"browserify": "^17.0.0",
"browserify-derequire": "^1.1.1",
"browserstack-local": "^1.5.8",
"cached-path-relative": "1.1.0",
"chai": "^5.2.0",
"chalk": "^4.1.2",
"check-ecmascript-version-compatibility": "0.1.1",
"cheerio": "^1.1.0",
"decode-uri-component": "0.2.2",
"del": "^6.0.0",
"dotenv": "^16.0.3",
"envify": "4.1.0",
"es6-shim": "^0.35.6",
"eslint": "^9.30.1",
"eslint-config-braintree": "^7.0.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-jsdoc": "^51.3.1",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-storybook": "^9.1.2",
"gulp": "^4.0.2",
"gulp-minifier": "^3.5.0",
"gulp-remove-code": "^3.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gzip-size": "^6.0.0",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.7.0",
"jsdoc": "^3.6.10",
"jsdoc-template": "braintree/jsdoc-template#3.2.0",
"json5": "2.2.3",
"lint-staged": "^15.2.11",
"loose-envify": "^1.0.0",
"minimist": "1.2.8",
"mkdirp": "^1.0.4",
"mock-xmlhttprequest": "^7.0.4",
"playwright": "^1.58.0",
"posix-getopt": "^1.2.1",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"readline-sync": "^1.4.10",
"requirejs": "^2.3.6",
"storybook": "^9.1.2",
"table": "^6.8.0",
"tailwindcss": "^4.1.12",
"terser": "4.8.1",
"tmp": "^0.2.1",
"typescript": "^5.8.3",
"uglify-js": "^3.19.3",
"unreachable-branch-transform": "0.5.1",
"watchify": "^4.0.0",
"wdio-intercept-service": "^4.4.1"
},
"browserify": {
"transform": [
[
"envify",
{
"_": "purge"
}
],
"unreachable-branch-transform"
]
}
}