-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
62 lines (62 loc) · 2.15 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
57
58
59
60
61
62
{
"name": "@commercetools-frontend/application-shell-connectors",
"version": "22.41.0",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/merchant-center-application-kit.git",
"directory": "packages/application-shell-connectors"
},
"homepage": "https://docs.commercetools.com/merchant-center-customizations/api-reference/commercetools-frontend-application-shell-connectors",
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-frontend-application-shell-connectors.cjs.js",
"module": "dist/commercetools-frontend-application-shell-connectors.esm.js",
"files": ["dist", "test-utils", "package.json", "LICENSE", "README.md"],
"preconstruct": {
"entrypoints": ["./index.ts", "./test-utils/index.ts"]
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/application-config": "22.41.0",
"@commercetools-frontend/browser-history": "22.41.0",
"@commercetools-frontend/constants": "22.41.0",
"@commercetools-frontend/sentry": "22.41.0",
"@commercetools/http-user-agent": "3.0.0",
"@emotion/react": "^11.11.4",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.83",
"apollo-link-logger": "2.0.1",
"graphql": "16.8.2",
"lodash": "4.17.21",
"moment-timezone": "^0.5.40",
"omit-empty-es": "1.2.0",
"prop-types": "15.8.1",
"tiny-warning": "1.0.3",
"uuid": "9.0.1",
"wait-for-observables": "1.0.3"
},
"devDependencies": {
"@apollo/client": "3.7.14",
"@testing-library/react": "12.1.5",
"@types/jest": "^29.5.4",
"headers-polyfill": "^3.1.2",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"msw": "0.49.3",
"react": "17.0.2"
},
"peerDependencies": {
"@apollo/client": "3.x",
"react": "17.x"
},
"engines": {
"node": "16.x || >=18.0.0"
}
}