-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.28 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
{
"name": "int_checkoutcom_sfra",
"packageName": "int_checkoutcom_sfra",
"version": "24.2.0",
"description": "Checkout.com payment integrations for SFCC",
"main": "index.js",
"scripts": {
"compile:js": "webpack --config webpack.config.js",
"build": "npm run compile:js",
"upload:sfra": "sgmf-scripts --uploadCartridge ../Cartridges/int_checkoutcom_sfra",
"upload:sg": "sgmf-scripts --uploadCartridge ../Cartridges/int_checkoutcom",
"upload:bm": "sgmf-scripts --uploadCartridge ../Cartridges/bm_checkoutcom",
"lint": "npm run lint:js",
"lint:js": "sgmf-scripts --lint js",
"lint:fix": "eslint --fix Cartridges/**",
"lint:autofix": "npx eslint-auto-fix \"Cartridges/**/*.js\" --verbose --fix-on-startup",
"lint:check": "eslint --ignore-path .gitignore .",
"test:sfra": "mocha ./tests/sfra-integration-test",
"test:sg": "mocha ./tests/sg-integration-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/checkout/link_checkoutcom.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/checkout/link_checkoutcom/issues"
},
"homepage": "https://github.com/checkout/link_checkoutcom#readme",
"dependencies": {
"bootstrap": "^4.6.2",
"jquery": "^3.5.1",
"lint": "^0.8.19"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"chai": "^3.5.0",
"cleave.js": "1.6.0",
"eslint": "^8.56.0",
"eslint-auto-fix": "^1.0.3",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-strongloop": "^2.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-sitegenesis": "~1.0.0",
"minimist": "^1.2.6",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.2",
"sgmf-scripts": "^3.0.0",
"shelljs": "^0.8.5",
"sinon": "^17.0.1",
"stylelint": "^15.4.0",
"stylelint-config-standard-scss": "^11.0.0",
"superagent": "^6.1.0",
"webpack": "^5.67.0",
"webpack-cli": "^5.0.2",
"@babel/core": "^7.6.3",
"@babel/preset-env": "^7.6.3"
},
"parser": "babel-eslint",
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"paths": {
"base": "../storefront-reference-architecture-7.0.1/cartridges/app_storefront_base/"
},
"overrides": {
"exec-sh": "0.4.0",
"merge": "2.1.1"
}
}