-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.87 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
{
"name": "link_extole",
"version": "22.1.1",
"description": "Extole LINK Cartridge",
"main": "index.js",
"author": "Astound Commerce",
"scripts": {
"test": "sgmf-scripts --test test/unit/**/*.js",
"cover": "sgmf-scripts --cover 'test/unit'",
"test:integration": "sgmf-scripts --integration 'test/integration/**/*.js'",
"upload": "sgmf-scripts --upload -- ",
"uploadCartridge": "sgmf-scripts --uploadCartridge int_monetate_sfra",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/SalesforceCommerceCloud/link_extole.git"
},
"devDependencies": {
"@babel/core": "^7.6.3",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@tridnguyen/config": "^2.3.1",
"chai": "^4.2.0",
"chai-subset": "^1.6.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-sitegenesis": "~1.0.0",
"popper.js": "^1.14.7",
"proxyquire": "1.7.4",
"request-promise": "^4.2.4",
"sgmf-scripts": "^2.3.0",
"shelljs": "^0.8.3",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-scss": "^2.5.0"
},
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"packageName": "int_extole_sfra",
"babel": {
"presets": [
"env"
]
},
"dependencies": {
"bootstrap": "4.3.1",
"cleave.js": "^1.5.3",
"flag-icon-css": "^2.9.0",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1"
},
"paths": {
"base": "../storefront-reference-architecture/cartridges/app_storefront_base/"
}
}