forked from bigcommerce/checkout-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
188 lines (188 loc) · 6.48 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "@bigcommerce/checkout",
"version": "1.534.1",
"private": true,
"description": "Browser-based application providing a seamless UI for BigCommerce shoppers to complete their checkout.",
"license": "MIT",
"engines": {
"node": "20",
"npm": "9"
},
"scripts": {
"preinstall": "npx check-node-version --package",
"prebuild": "rm -rf dist && rm -rf packages/test-framework/report",
"build": "nx run core:build",
"build:server": "http-server dist",
"dev": "nx run core:dev",
"dev:server": "http-server build --cors",
"e2e": "npm run build && npx playwright install && PORT=5005 MODE=REPLAY npx playwright test",
"release": "echo 'Please do not release locally, use CircleCi'",
"release:alpha": "npm run lint && npm run test -- --coverage && npm run build -- --env prerelease=prerelease && npm run release:version",
"release:version": "git add dist && standard-version -a",
"test:core": "jest --config packages/core/jest.config.js",
"test:others": "npx nx run-many --all --target=test --exclude=core, checkout-extension --parallel=5 -- --runInBand",
"test:extension": "npx nx run checkout-extension:test",
"generate": "npx nx run core:generate",
"regenerate-har": "npx nx run test-framework:regenerate-har",
"lint": "npx nx run-many --target=lint --all",
"test": "npx nx run-many --target=test --all",
"test:watch": "npx nx run-many --target=test --all --watch"
},
"jest-junit": {
"addFileAttribute": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigcommerce/checkout-js.git"
},
"author": "BigCommerce",
"bugs": {
"url": "https://github.com/bigcommerce/checkout-js/issues"
},
"prettier": "@bigcommerce/eslint-config/prettier",
"homepage": "https://github.com/bigcommerce/checkout-js#readme",
"dependencies": {
"@bigcommerce/checkout-sdk": "^1.668.1",
"@bigcommerce/citadel": "^2.15.1",
"@bigcommerce/form-poster": "^1.2.2",
"@bigcommerce/memoize": "^1.0.0",
"@bigcommerce/request-sender": "^0.5.1",
"@bigcommerce/script-loader": "^2.2.2",
"@sentry/browser": "^7.11.1",
"@sentry/integrations": "^7.54.0",
"@types/card-validator": "^4.1.0",
"@types/classnames": "^2.2.6",
"@types/credit-card-type": "^7.0.0",
"@types/dompurify": "^0.0.33",
"@types/es6-promise": "^0.0.33",
"@types/glob": "^7.2.0",
"@types/googlemaps": "^3.43.3",
"@types/lodash": "^4.14.136",
"@types/react": "^17.0.61",
"@types/react-datepicker": "^4.10.0",
"@types/react-dom": "^17.0.2",
"@types/react-modal": "^3.8.0",
"@types/react-transition-group": "^2.0.15",
"@types/shallowequal": "^1.1.0",
"@types/yup": "^0.26.3",
"@welldone-software/why-did-you-render": "^3.2.3",
"card-validator": "^6.1.0",
"classnames": "^2.3.2",
"credit-card-type": "^8.0.0",
"dompurify": "^2.5.4",
"downshift": "^7.6.0",
"formik": "^1.5.8",
"jest-each": "^29.7.0",
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.21",
"object-hash": "^1.3.0",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-datepicker": "^4.25.0",
"react-dom": "^17.0.2",
"react-media": "^1.10.0",
"react-modal": "^3.8.1",
"react-popper": "^1.3.2",
"react-transition-group": "^2.5.3",
"reselect": "^4.1.7",
"shallowequal": "^1.1.0",
"tslib": "^2.5.3",
"utility-types": "^2.1.0",
"yup": "0.30.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@bigcommerce/eslint-config": "^2.6.1",
"@faker-js/faker": "^6.3.1",
"@nrwl/cli": "^13.10.6",
"@nrwl/devkit": "^13.10.6",
"@nrwl/eslint-plugin-nx": "^14.0.0",
"@nrwl/jest": "^13.10.6",
"@nrwl/js": "13.10.6",
"@nrwl/linter": "^13.10.6",
"@nrwl/nx-plugin": "^13.10.6",
"@nrwl/workspace": "13.10.6",
"@playwright/test": "^1.25.0",
"@pollyjs/adapter": "^6.0.4",
"@pollyjs/core": "^6.0.5",
"@pollyjs/node-server": "^6.0.1",
"@pollyjs/persister-fs": "^6.0.5",
"@pollyjs/utils": "^6.0.6",
"@swc/core": "^1.3.59",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/applepayjs": "^3.0.4",
"@types/ejs": "^3.1.0",
"@types/enzyme": "^3.10.3",
"@types/jest": "^29.5.13",
"@types/node": "^12.6.9",
"@types/object-hash": "^1.2.0",
"@types/react-test-renderer": "^17.0.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/eslint-plugin-tslint": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"babel-loader": "^8.0.6",
"blueimp-md5": "^2.19.0",
"circular-dependency-plugin": "^5.2.0",
"conventional-recommended-bump": "^6.0.0",
"core-js": "^3.1.4",
"css-loader": "^3.1.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.10",
"enzyme": "^3.10.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.0",
"fast-json-stable-stringify": "^2.1.0",
"file-loader": "^6.2.0",
"glob": "^8.0.1",
"http-server": "^14.1.1",
"image-webpack-loader": "^8.1.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^15.0.0",
"mini-css-extract-plugin": "^2.6.0",
"msw": "^1.3.2",
"nx": "^13.10.6",
"polly-adapter-playwright": "^2.1.0",
"prettier": "^2.7.1",
"react-test-renderer": "^17.0.2",
"sass": "^1.60.0",
"sass-loader": "^13.2.1",
"semver": "^6.3.1",
"setup-polly-jest": "^0.10.0",
"source-map-loader": "^0.2.4",
"standard-version": "^9.5.0",
"style-loader": "^0.23.1",
"stylelint": "^15.10.1",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-order": "^6.0.3",
"stylelint-webpack-plugin": "^4.1.0",
"terser-webpack-plugin": "^5.3.3",
"ts-jest": "^29.1.3",
"ts-loader": "^9.3.0",
"tslib": "^2.5.3",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^4.9.2",
"webpack-inject-plugin": "^1.5.3",
"yargs": "^14.0.0"
},
"sideEffects": false,
"standard-version": {
"scripts": {
"prebump": "./scripts/standard-version/prebump.js"
}
}
}