-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 2.4 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
{
"init": [],
"name": "klarna",
"version": "24.6.0",
"description": "Salesforce Commerce Cloud | Klarna Payment Integration",
"main": "Gruntfile.js",
"dependencies": {
"chai": "^3.5.0",
"chai-subset": "^1.5.0",
"css-loader": "^0.28.11",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-sitegenesis": "~1.0.0",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.1.0",
"postcss-loader": "^2.1.5",
"proxyquire": "1.7.4",
"request-promise": "^4.2.2",
"sass": "^1.77.6",
"sass-loader": "^13.3.2",
"sgmf-scripts": "^3.0.0",
"shelljs": "^0.8.5",
"stylelint": "^14.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-scss": "^1.3.4",
"webpack-remove-empty-scripts": "^1.0.4"
},
"scripts": {
"test": "sgmf-scripts --test test/unit/**/*.js",
"test:integration": "sgmf-scripts --integration 'test/integration/**/*.js'",
"compile:scss": "sgmf-scripts --compile css",
"compile:js": "sgmf-scripts --compile js",
"build": "npm run compile:js && npm run compile:scss",
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "sgmf-scripts --lint css",
"lint:js": "sgmf-scripts --lint js",
"upload": "sgmf-scripts --upload",
"uploadSG": "sgmf-scripts --uploadCartridge int_klarna_payments && sgmf-scripts --uploadCartridge int_klarna_payments_controllers && sgmf-scripts --uploadCartridge int_klarna_payments_pipelines",
"uploadSFRA": "sgmf-scripts --uploadCartridge int_klarna_payments_sfra",
"uploadCartridge": "npm run uploadSG && npm run uploadSFRA",
"watch": "sgmf-scripts --watch",
"watch:static": "sgmf-scripts --watch static"
},
"author": "Alexander Gaydardzhiev",
"contributors": [
{
"name": "Ivan Zanev",
"email": "[email protected]"
},
{
"name": "Nikolay Kunev",
"email": "[email protected]"
},
{
"name": "Antonia Dimitrova",
"email": "[email protected]"
},
{
"name": "Tihomir Ivanov",
"email": "[email protected]"
},
{
"name": "Rumyana Topalska",
"email": "[email protected]"
}
],
"license": "",
"packageName": "int_klarna_payments_sfra",
"paths": {
"base": "../storefront-reference-architecture/cartridges/app_storefront_base/"
}
}