-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.68 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
{
"name": "alma-sfcc-plugin",
"version": "4.8.0",
"description": "Alma SFCC integration plugin",
"main": "index.js",
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alma/sfcc-plugin.git"
},
"author": "Alma Integrations Team <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/alma/sfcc-plugin",
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@types/chai": "^5.0.1",
"chai": "^5.1.2",
"chai-subset": "^1.6.0",
"commitlint": "^19.5.0",
"del": "^8.0.0",
"dotenv": "^16.4.5",
"dw": "^1.0.1",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-sitegenesis": "~1.0.0",
"gulp": "^5.0.0",
"gulp-zip": "^6.0.0",
"husky": "^9.1.6",
"isml-linter": "^5.43.9",
"istanbul": "^0.4.5",
"mocha": "^10.8.2",
"mocha-junit-reporter": "^2.2.1",
"node-fetch": "^3.3.2",
"postcss-loader": "^8.1.1",
"properties-parser": "^0.6.0",
"proxyquire": "2.1.3",
"request-promise": "^4.2.6",
"sass": "^1.80.7",
"sass-loader": "^16.0.3",
"sgmf-scripts": "^3.0.0",
"sinon": "^19.0.2",
"style-loader": "^4.0.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-scss": "^6.9.0",
"xml2js": "^0.6.2"
},
"dependencies": {
"bootstrap": "5.3.3",
"cleave.js": "^1.6.0",
"flag-icon-css": "^4.1.7",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1"
},
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"packageName": "int_alma",
"babel": {
"presets": [
"env"
]
}
}