-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.65 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.65 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "@commercetools-frontend/application-shell",
"version": "27.2.0",
"description": "React component to bootstrap the general MC application logic",
"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"
},
"homepage": "https://docs.commercetools.com/merchant-center-customizations/api-reference/commercetools-frontend-application-shell",
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-frontend-application-shell.cjs.js",
"module": "dist/commercetools-frontend-application-shell.esm.js",
"preconstruct": {
"entrypoints": ["./index.ts", "./ssr/index.ts", "./test-utils/index.ts"]
},
"files": [
"dist",
"ssr",
"test-utils",
"package.json",
"LICENSE",
"README.md"
],
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "27.2.0",
"@commercetools-frontend/application-components": "27.2.0",
"@commercetools-frontend/application-config": "27.2.0",
"@commercetools-frontend/application-shell-connectors": "27.2.0",
"@commercetools-frontend/assets": "27.2.0",
"@commercetools-frontend/browser-history": "27.2.0",
"@commercetools-frontend/constants": "27.2.0",
"@commercetools-frontend/i18n": "27.2.0",
"@commercetools-frontend/l10n": "27.2.0",
"@commercetools-frontend/notifications": "27.2.0",
"@commercetools-frontend/permissions": "27.2.0",
"@commercetools-frontend/react-notifications": "27.2.0",
"@commercetools-frontend/sdk": "27.2.0",
"@commercetools-frontend/sentry": "27.2.0",
"@commercetools-frontend/url-utils": "27.2.0",
"@commercetools-uikit/accessible-hidden": "^20.4.0",
"@commercetools-uikit/avatar": "^20.4.0",
"@commercetools-uikit/card": "^20.4.0",
"@commercetools-uikit/constraints": "^20.4.0",
"@commercetools-uikit/design-system": "^20.4.0",
"@commercetools-uikit/flat-button": "^20.4.0",
"@commercetools-uikit/icon-button": "^20.4.0",
"@commercetools-uikit/icons": "^20.4.0",
"@commercetools-uikit/loading-spinner": "^20.4.0",
"@commercetools-uikit/notifications": "^20.4.0",
"@commercetools-uikit/primary-button": "^20.4.0",
"@commercetools-uikit/secondary-button": "^20.4.0",
"@commercetools-uikit/select-input": "^20.4.0",
"@commercetools-uikit/spacings": "^20.4.0",
"@commercetools-uikit/text": "^20.4.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@flopflip/combine-adapters": "15.1.7",
"@flopflip/http-adapter": "15.1.7",
"@flopflip/launchdarkly-adapter": "15.1.7",
"@flopflip/memory-adapter": "15.1.7",
"@flopflip/react-broadcast": "15.1.7",
"@flopflip/types": "15.1.7",
"@reduxjs/toolkit": "2.9.0",
"@types/common-tags": "^1.8.2",
"@types/history": "^4.7.11",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "3.0.13",
"@types/uuid": "^9.0.3",
"classnames": "^2.3.2",
"common-tags": "1.8.2",
"debounce-async": "0.0.2",
"downshift": "6.1.12",
"fuse.js": "6.6.2",
"graphql": "16.11.0",
"history": "4.10.1",
"is-retina": "1.0.3",
"jwt-decode": "3.1.2",
"lodash": "4.18.1",
"memoize-one": "5.2.1",
"moment": "^2.29.4",
"moment-timezone": "^0.6.0",
"omit-empty-es": "1.2.0",
"prop-types": "15.8.1",
"qss": "2.0.3",
"react-required-if": "1.0.3",
"react-select": "5.10.2",
"redux-logger": "3.0.6",
"redux-thunk": "3.1.0",
"tiny-invariant": "1.3.3",
"unfetch": "4.2.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@apollo/client": "3.13.9",
"@testing-library/react": "16.1.0",
"@types/jest": "^29.5.14",
"@types/testing-library__jest-dom": "^5.14.9",
"jest": "30.2.0",
"jest-mock": "30.2.0",
"msw": "^1.3.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "^7.1.4",
"react-redux": "9.2.0",
"react-router-dom": "5.3.4",
"redux": "5.0.1"
},
"peerDependencies": {
"@apollo/client": "3.x",
"@testing-library/react": "16.x",
"react": "19.x",
"react-dom": "19.x",
"react-intl": "7.x",
"react-redux": "7.x || 9.x",
"react-router-dom": "5.x",
"redux": "4.x || 5.x"
},
"engines": {
"node": "18.x || 20.x || >=22.0.0"
}
}