-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.85 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
{
"name": "int_cybersource_sfra",
"version": "23.1.0",
"description": "New overlay cartridge",
"main": "index.js",
"scripts": {
"lint": "eslint --ext js cartridges/int_cybersource_sfra",
"upload": "sgmf-scripts --upload -- ",
"uploadCartridge": "sgmf-scripts --uploadCartridge int_cybersource_sfra",
"compile:js": "sgmf-scripts --compile js",
"test": "sgmf-scripts --test test/unit/**/*.js",
"test:integration": "sgmf-scripts --integration '/test/integration/int_cybersource_sfra/**/*.js'",
"compile:scss": "sgmf-scripts --compile css"
},
"dependencies": {
"@babel/eslint-parser": "^7.24.1",
"autoprefixer": "^10.4.14",
"chai-subset": "^1.6.0",
"cleave.js": "^1.6.0",
"copy-webpack-plugin": "^11.0.0",
"dompurify": "^3.1.5",
"eslint-plugin-sitegenesis": "^1.0.0",
"jquery": "^3.7.1",
"request-promise": "^4.2.6",
"webdriver": "^7.33.0"
},
"devDependencies": {
"chai": "^3.5.0",
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-formatter-summary": "^1.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.1.3",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.0.0",
"node-polyfill-webpack-plugin": "^3.0.0",
"nyc": "^15.1.0",
"postcss-loader": "^7.0.0",
"proxyquire": "1.7.4",
"sass": "^1.69.7",
"sass-loader": "^13.3.2",
"sgmf-scripts": "^3.0.0",
"sinon": "^17.0.1",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-scss": "^4.6.0",
"webpack-remove-empty-scripts": "^1.0.4",
"xml-formatter": "^3.6.2"
},
"paths": {
"base": "../storefront-reference-architecture/cartridges/app_storefront_base/"
}
}