-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 4.37 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
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
{
"name": "scaleflex-dam",
"version": "1.0.2",
"description": "",
"private": true,
"scripts": {
"build": "mc-scripts build",
"start": "mc-scripts start",
"compile-html": "mc-scripts compile-html",
"compile-html:local": "MC_APP_ENV=development mc-scripts compile-html --transformer @commercetools-frontend/mc-dev-authentication/transformer-local.js",
"start:prod:local": "npm run compile-html:local && mc-scripts serve",
"extract-intl": "formatjs extract --format=./intl-formatter.js --out-file=./src/i18n/data/core.json 'src/**/!(*.spec).js'",
"test": "jest --config jest.test.config.js",
"test:watch": "jest --config jest.test.config.js --watch",
"lint": "jest --config jest.eslint.config.js",
"format": "prettier --write '**/*.js'",
"versions:appkit": "manypkg upgrade @commercetools-frontend",
"versions:uikit": "manypkg upgrade @commercetools-uikit",
"postinstall": "node fix-esm.js"
},
"dependencies": {
"@apollo/client": "3.7.14",
"@babel/core": "^7.22.17",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "22.30.0",
"@commercetools-frontend/application-components": "22.30.0",
"@commercetools-frontend/application-shell": "22.30.0",
"@commercetools-frontend/application-shell-connectors": "22.30.0",
"@commercetools-frontend/assets": "22.30.0",
"@commercetools-frontend/babel-preset-mc-app": "22.30.0",
"@commercetools-frontend/constants": "22.30.0",
"@commercetools-frontend/eslint-config-mc-app": "22.30.0",
"@commercetools-frontend/i18n": "22.30.0",
"@commercetools-frontend/jest-preset-mc-app": "22.30.0",
"@commercetools-frontend/l10n": "22.30.0",
"@commercetools-frontend/mc-dev-authentication": "22.30.0",
"@commercetools-frontend/mc-scripts": "22.30.0",
"@commercetools-frontend/permissions": "22.30.0",
"@commercetools-test-data/channel": "8.5.0",
"@commercetools-test-data/commons": "8.5.0",
"@commercetools-test-data/core": "8.5.0",
"@commercetools-uikit/constraints": "^19.2.0",
"@commercetools-uikit/data-table": "^19.2.0",
"@commercetools-uikit/flat-button": "^19.2.0",
"@commercetools-uikit/grid": "^19.2.0",
"@commercetools-uikit/hooks": "^19.2.0",
"@commercetools-uikit/icons": "^19.2.0",
"@commercetools-uikit/link": "^19.2.0",
"@commercetools-uikit/loading-spinner": "^19.2.0",
"@commercetools-uikit/localized-text-field": "^19.2.0",
"@commercetools-uikit/localized-text-input": "^19.2.0",
"@commercetools-uikit/notifications": "^19.2.0",
"@commercetools-uikit/pagination": "^19.2.0",
"@commercetools-uikit/select-field": "^19.2.0",
"@commercetools-uikit/spacings": "^19.2.0",
"@commercetools-uikit/text": "^19.2.0",
"@commercetools-uikit/text-field": "^19.2.0",
"@commercetools-uikit/text-input": "^19.2.0",
"@commercetools/sync-actions": "^5.14.0",
"@emotion/react": "^11.11.4",
"@formatjs/cli": "6.2.12",
"@filerobot/core": "^3.64.1",
"@filerobot/explorer": "^3.64.1",
"@filerobot/progress-panel": "^3.64.1",
"@filerobot/xhr-upload": "^3.64.1",
"@jest/types": "29.6.3",
"@manypkg/cli": "0.21.4",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.4",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.4.6",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
"jest": "29.7.0",
"jest-runner-eslint": "2.2.0",
"jest-watch-typeahead": "2.2.2",
"moment": "^2.29.4",
"msw": "0.49.3",
"omit-empty-es": "1.2.0",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^6.4.7",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"redux": "4.2.1"
},
"resolutions": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/eslint": "<9",
"@types/react": "<18",
"@types/react-dom": "<18",
"@types/react-router": "<6",
"@types/react-router-dom": "<6",
"headers-polyfill": "3.2.5",
"nwsapi": "2.2.7"
}
}