-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.69 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.7.0",
"description": "Alma SFCC integration plugin",
"main": "index.js",
"engines": {
"node": ">=12.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": "^13.2.0",
"@types/chai": "^4.3.5",
"chai": "^3.5.0",
"chai-subset": "^1.6.0",
"commitlint": "^13.2.1",
"del": "^6.1.1",
"dotenv": "^16.0.2",
"dw": "^1.0.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-sitegenesis": "~1.0.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.1.0",
"husky": "^4.3.8",
"isml-linter": "^5.40.3",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.23.1",
"node-fetch": "^2.2.0",
"node-sass": "^4.12.0",
"postcss-loader": "^2.1.6",
"properties-parser": "^0.6.0",
"proxyquire": "1.8.0",
"request-promise": "^4.2.4",
"sass-loader": "^7.3.1",
"sgmf-scripts": "^2.4.2",
"sinon": "^15.2.0",
"style-loader": "^0.23.0",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-scss": "^2.5.0",
"xml2js": "^0.6.0"
},
"dependencies": {
"bootstrap": "4.6.2",
"cleave.js": "^1.5.3",
"flag-icon-css": "^2.9.0",
"font-awesome": "^4.7.0",
"jquery": "^3.6.1"
},
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"packageName": "int_alma",
"babel": {
"presets": [
"env"
]
}
}