-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 2.1 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
{
"name": "int_algolia_sfra",
"version": "24.6.0",
"description": "Algolia SFRA Link Cartridge",
"scripts": {
"test": "sgmf-scripts --test test/unit/**/model/algoliaProduct.js",
"test:unit": "jest",
"test:integration": "sgmf-scripts --integration 'test/integration/**/*.js'",
"copy-scripts": "copy-files-from-to",
"compile:scss": "sgmf-scripts --compile css",
"compile:js": "sgmf-scripts --compile js",
"compile:fonts": "node bin/Makefile compileFonts",
"lint:js": "sgmf-scripts --lint js",
"upload": "sgmf-scripts --upload",
"uploadCartridge": "sgmf-scripts --uploadCartridge int_algolia && sgmf-scripts --uploadCartridge int_algolia_controllers && sgmf-scripts --uploadCartridge int_algolia_sfra && sgmf-scripts --uploadCartridge algolia_sg_changes && sgmf-scripts --uploadCartridge bm_algolia",
"watch": "sgmf-scripts --watch",
"watch:static": "sgmf-scripts --watch static"
},
"repository": {
"type": "git",
"url": "https://github.com/algolia/algoliasearch-sfcc-b2c.git"
},
"engines": {
"node": "18"
},
"devDependencies": {
"@algolia/autocomplete-js": "1.12.1",
"@algolia/autocomplete-theme-classic": "1.12.1",
"@algolia/recommend-js": "1.14.0",
"@eslint/js": "9.12.0",
"algoliasearch": "4.20.0",
"chai": "^4.3.7",
"copy-files-from-to": "^3.8.0",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jquery": "1.5.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-jsdoc": "50.3.2",
"instantsearch.css": "8.1.0",
"instantsearch.js": "4.60.0",
"globals": "15.11.0",
"jest": "29.6.4",
"prettier": "3.3.3",
"proxyquire": "2.1.3",
"search-insights": "2.11.0",
"sgmf-scripts": "^2.4.2"
},
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"packageName": "int_algolia_sfra",
"paths": {
"base": "../storefront-reference-architecture/cartridges/app_storefront_base/"
}
}