-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
42 lines (42 loc) · 1.32 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
{
"name": "commercetools-js-sdk-training-solutions",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"1": "node Task01_project_setup.js",
"2": "node Task02_customers.js",
"3": "node Task03_import_sync_products.js",
"4a": "node Task04a_states.js",
"4b": "node Task04b_checkout.js",
"4c": "node Task04c_merging.js",
"5a": "node Task05a_stores.js",
"5b": "node Task05b_product_selections.js",
"5c": "node Task05c_my.js",
"6a": "node Task06a_search.js",
"6b": "node Task06b_pagination.js",
"6c": "node Task06c_graphql.js",
"7a": "node Task07a_custom_types.js",
"7b": "node Task07b_custom_objects.js",
"7c": "node Task07c_extensions.js",
"8": "node Task08_subscriptions.js"
},
"dependencies": {
"@commercetools/importapi-sdk": "^2.4.0",
"@commercetools/platform-sdk": "^2.6.0",
"@commercetools/sdk-client-v2": "^1.3.0",
"chalk-animation": "^1.6.0",
"cli-highlight": "^2.1.11",
"csvtojson": "^2.0.10",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1"
},
"resolutions": {
"csvtojson/**/lodash": "^4.17.21",
"cli-highlight/**/y18n": "^5.0.5",
"chalk-animation/**/hosted-git-info": "^2.8.9",
"chalk-animation/**/path-parse": "1.0.7",
"chalk-animation/**/trim-newlines": "4.0.1"
}
}