-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.84 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
{
"name": "link_yotpo",
"packageName": "int_yotpo_sfra",
"version": "21.6.0",
"description": "Yotpo ratings and reviews integration for SFCC Storefront Reference Architecture",
"author": "CQL Inc.",
"main": "index.js",
"scripts": {
"lint": "sgmf-scripts --lint js",
"test": "sgmf-scripts --test test/unit/**/*.js",
"test:cover": "sgmf-scripts --cover test/unit/**/*.js",
"test:integration": "sgmf-scripts --test test/integration/controllers/*.js",
"test:acceptance": "./node_modules/.bin/codeceptjs run --verbose",
"upload": "sgmf-scripts --upload -- ",
"uploadCartridge": "sgmf-scripts --uploadCartridge int_yotpo_sfra && sgmf-scripts --uploadCartridge bm_yotpo"
},
"devDependencies": {
"@wdio/selenium-standalone-service": "^5.8.0",
"babel-eslint": "^10.0.2",
"chai": "^3.5.0",
"codeceptjs": "^2.1.0",
"dw-api-mock": "file:.github/buildDependencies/dw-api-mock",
"app-module-path": "^1.0.4",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-codeceptjs": "^1.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-sitegenesis": "^1.0.0",
"istanbul": "^0.4.4",
"lodash.clonedeep": "^4.5.0",
"mocha": "^5.2.0",
"proxyquire": "1.7.4",
"selenium-standalone": "^6.15.0",
"sgmf-scripts": "^2.0.0",
"shelljs": "^0.8.2",
"sinon": "^1.17.4",
"webdriverio": "^5.8.1"
},
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"mocha": {
"spec": "test/unit/**/*.js"
},
"paths": {
"base": "../storefront-reference-architecture/cartridges/app_storefront_base/"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"request-promise": "^4.2.5"
}
}