generated from hlxsites/boilerplate-commerce-dropins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.79 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
{
"name": "@adobe/aem-boilerplate",
"private": true,
"version": "1.3.0",
"description": "Starter project for Adobe Helix",
"scripts": {
"lint:js": "eslint .",
"lint:css": "stylelint blocks/**/*.css styles/*.css",
"lint": "npm run lint:js && npm run lint:css",
"start": "aem up --print-index --addr=*",
"install:dropins": "node postinstall.js",
"postinstall": "npm run install:dropins",
"postupdate": "npm run install:dropins",
"sass": "./node_modules/node-sass/bin/node-sass --output-style compressed ./styles/sass/styles-custom.scss > ./styles/styles-custom.css",
"sass:watch": "./node_modules/node-sass/bin/node-sass --watch --recursive --output ./styles --source-map true --source-map-contents ./styles/sass"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/aem-boilerplate.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/aem-boilerplate/issues"
},
"homepage": "https://github.com/adobe/aem-boilerplate#readme",
"devDependencies": {
"@adobe/aem-cli": "^16.1.3",
"@babel/core": "7.24.0",
"@babel/eslint-parser": "7.23.10",
"@esm-bundle/chai": "4.3.4-fix.0",
"chai": "5.1.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0"
},
"dependencies": {
"@adobe/magento-storefront-event-collector": "^1.7.1",
"@adobe/magento-storefront-events-sdk": "^1.7.1",
"@dropins/storefront-cart": "0.1.1",
"@dropins/storefront-checkout": "0.1.0-alpha30",
"@dropins/storefront-order-confirmation": "0.1.0-alpha19",
"@dropins/storefront-pdp": "0.2.2-alpha24",
"@dropins/tools": "0.21.2",
"node-sass": "^9.0.0"
}
}