-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) 路 2.15 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) 路 2.15 KB
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": "27.4.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": "27.4.0",
"@commercetools-frontend/browser-history": "27.4.0",
"@commercetools-frontend/constants": "27.4.0",
"@commercetools-frontend/sentry": "27.4.0",
"@commercetools/http-user-agent": "3.0.0",
"@emotion/react": "^11.14.0",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^19.0.3",
"apollo-link-logger": "2.0.1",
"graphql": "16.11.0",
"lodash": "4.18.1",
"moment-timezone": "^0.6.0",
"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.13.9",
"@testing-library/react": "16.1.0",
"@types/jest": "^29.5.14",
"headers-polyfill": "^3.1.2",
"jest": "30.2.0",
"jest-mock": "30.2.0",
"msw": "^1.3.5",
"react": "19.0.0"
},
"peerDependencies": {
"@apollo/client": "3.x",
"react": "19.x"
},
"engines": {
"node": "18.x || 20.x || >=22.0.0"
}
}