-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.99 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
{
"name": "test-mmaltsev",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"postinstall": "manypkg check",
"build": "mc-scripts build",
"start": "mc-scripts start",
"compile-html": "NODE_ENV=production mc-scripts compile-html --transformer $(pwd)/transformer-vercel.js",
"compile-html:local": "NODE_ENV=production MC_APP_ENV=development mc-scripts compile-html --transformer @commercetools-frontend/mc-dev-authentication/transformer-local.js",
"start:prod:local": "yarn compile-html:local && mc-scripts serve",
"extract-intl": "formatjs extract --format=$(pwd)/intl-formatter.js --out-file=$(pwd)/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",
"vercel-build": "yarn build && yarn compile-html"
},
"dependencies": {
"@apollo/client": "3.4.16",
"@commercetools-frontend/actions-global": "20.10.4",
"@commercetools-frontend/application-components": "20.10.4",
"@commercetools-frontend/application-shell": "20.10.4",
"@commercetools-frontend/application-shell-connectors": "20.10.4",
"@commercetools-frontend/assets": "20.10.1",
"@commercetools-frontend/constants": "20.10.1",
"@commercetools-frontend/eslint-config-mc-app": "20.10.1",
"@commercetools-frontend/i18n": "20.10.4",
"@commercetools-frontend/jest-preset-mc-app": "20.10.4",
"@commercetools-frontend/mc-dev-authentication": "20.10.3",
"@commercetools-frontend/mc-scripts": "20.10.4",
"@commercetools-frontend/permissions": "20.10.4",
"@commercetools-frontend/sdk": "20.10.4",
"@commercetools-test-data/commons": "2.4.1",
"@commercetools-test-data/core": "2.4.1",
"@commercetools-uikit/constraints": "^12.2.2",
"@commercetools-uikit/data-table": "^12.2.2",
"@commercetools-uikit/flat-button": "^12.2.2",
"@commercetools-uikit/grid": "^12.0.7",
"@commercetools-uikit/hooks": "^12.2.2",
"@commercetools-uikit/icons": "^12.2.2",
"@commercetools-uikit/link": "^12.2.2",
"@commercetools-uikit/loading-spinner": "^12.2.2",
"@commercetools-uikit/notifications": "^12.2.2",
"@commercetools-uikit/pagination": "^12.2.2",
"@commercetools-uikit/spacings": "^12.2.2",
"@commercetools-uikit/text": "^12.2.2",
"@formatjs/cli": "4.4.0",
"@manypkg/cli": "0.18.0",
"@testing-library/react": "12.1.2",
"eslint": "7.32.0",
"eslint-formatter-pretty": "4.1.0",
"jest": "27.3.1",
"jest-runner-eslint": "0.11.1",
"jest-watch-typeahead": "1.0.0",
"msw": "0.35.0",
"prettier": "2.4.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "5.21.0",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0",
"redux": "4.1.1"
}
}