-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.53 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
{
"name": "int_pixlee_sfra",
"version": "24.1.0",
"description": "Pixlee TurnTo's official Social UGC cartridge for SFRA and SiteGenesis",
"main": "index.js",
"scripts": {
"test": "sgmf-scripts --test test/unit/**/*.js",
"test:integration": "sgmf-scripts --integration 'test/integration/**/*.js'",
"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 -- ",
"uploadCartridge": "sgmf-scripts --uploadCartridge int_pixlee_core && sgmf-scripts --uploadCartridge int_pixlee_sfra",
"compile:js": "sgmf-scripts --compile js",
"watch": "sgmf-scripts --watch",
"watch:static": "sgmf-scripts --watch static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixlee/salesforce-commerce-cloud"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-subset": "^1.5.0",
"css-loader": "^0.28.11",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"istanbul": "^0.4.4",
"mocha": "^5.2.0",
"node-sass": "^4.14.1",
"postcss-loader": "^2.1.5",
"proxyquire": "1.7.4",
"sass-loader": "^7.0.3",
"sgmf-scripts": "^2.0.0",
"sinon": "^1.17.4",
"stylelint": "^7.1.0",
"stylelint-config-standard": "^12.0.0",
"stylelint-scss": "^1.3.4"
},
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"paths": {
"base": "../storefront-reference-architecture/cartridges/app_storefront_base/"
}
}