Skip to content

Commit

Permalink
add pandora and tacocat dependencies, add workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 committed Jun 19, 2024
1 parent bfe3882 commit 4ddf2c4
Show file tree
Hide file tree
Showing 17 changed files with 8,749 additions and 4,340 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Your Project's Title...
Your project's description...
# Merch At Scale
This project is a library of web components providing merchandising content to various surfaces.

## Environments
- Preview: https://main--mas--adobecom.hlx.page/
Expand All @@ -19,8 +19,9 @@ npm run lint

## Local development

1. Create a new repository based on the `aem-boilerplate` template and add a mountpoint in the `fstab.yaml`
1. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository
1. Install the [AEM CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli`
1. Start AEM Proxy: `aem up` (opens your browser at `http://localhost:3000`)
1. Open the `mas` directory in your favorite IDE and start coding :)
Refer to the corresponding README.md under any of the packages:
* commerce - constain generic commerce-related logic, 'price' and 'checkout-link' web components
* web-components - merch-card, merch-offer-selector and other web components

#### Troubleshooting
Please reach out to us in `#tacocat-friends` for any questions.
1 change: 0 additions & 1 deletion commerce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

This package provides commerce capabilities to non Dexter consumers such as Milo.

## Operations

### Building

Expand Down
20 changes: 0 additions & 20 deletions commerce/package-lock.json

This file was deleted.

20 changes: 10 additions & 10 deletions commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"test:file": "wtr --config ./web-test-runner.config.mjs --coverage --watch"
},
"dependencies": {
"@dexter/tacocat-consonant-templates": "^1.0.0",
"@dexter/tacocat-core": "^1.0.0",
"@dexter/tacocat-wcs-client": "^1.0.0",
"@pandora/commerce-checkout-url-builder": "^1.5.2",
"@pandora/data-models-odm": "0.5.4",
"@pandora/data-source-wcs": "0.2.8",
"@pandora/data-source-utils": "0.3.1",
"@pandora/fetch": "1.2.4"
"@dexter/tacocat-consonant-templates": "file:../deps/tacocat-consonant-templates-1.13.0.tgz",
"@dexter/tacocat-core": "file:../deps/tacocat-core-1.12.2.tgz",
"@dexter/tacocat-wcs-client": "file:../deps/tacocat-wcs-client-1.17.0.tgz",
"@pandora/commerce-checkout-url-builder": "file:../deps/commerce-checkout-url-builder-1.6.0.tgz",
"@pandora/data-models-odm": "file:../deps/data-models-odm-0.5.4.tgz",
"@pandora/data-source-wcs": "file:../deps/data-source-wcs-0.2.8.tgz",
"@pandora/data-source-utils": "file:../deps/data-source-utils-0.3.1.tgz",
"@pandora/fetch": "file:../deps/fetch-1.3.4.tgz"
},
"devDependencies": {
"@dexter/eslint-config-tacocat": "^1.0.0",
"@dexter/eslint-config-tacocat": "file:../deps/eslint-config-tacocat-1.1.2.tgz",
"@esm-bundle/chai": "4.3.4-fix.0",
"@esm-bundle/chai-as-promised": "7.1.1",
"@types/chai-as-promised": "7.1.5",
Expand All @@ -50,7 +50,7 @@
},
"repository": {
"type": "git",
"url": "git@git.corp.adobe.com:wcms/tacocat.js.git",
"url": "git@github.com:adobecom/mas.git",
"directory": "packages/commerce"
}
}
Binary file added deps/commerce-checkout-url-builder-1.6.0.tgz
Binary file not shown.
Binary file added deps/data-models-odm-0.5.4.tgz
Binary file not shown.
Binary file added deps/data-source-utils-0.3.1.tgz
Binary file not shown.
Binary file added deps/data-source-wcs-0.2.8.tgz
Binary file not shown.
Binary file added deps/eslint-config-tacocat-1.1.2.tgz
Binary file not shown.
Binary file added deps/fetch-1.3.4.tgz
Binary file not shown.
Binary file added deps/tacocat-consonant-templates-1.13.0.tgz
Binary file not shown.
Binary file added deps/tacocat-core-1.12.2.tgz
Binary file not shown.
Binary file added deps/tacocat-wcs-client-1.17.0.tgz
Binary file not shown.
Loading

0 comments on commit 4ddf2c4

Please sign in to comment.