-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
85 lines (85 loc) · 3.4 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
{
"name": "@commercetools-local/playground",
"version": "22.35.0",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
"build": "mc-scripts build",
"start:server": "NODE_ENV=development && ts-node ./src/server.ts",
"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": "pnpm compile-html:local && mc-scripts serve",
"extract-intl": "formatjs extract --format=./intl-formatter.js --out-file=./src/i18n/data/core.json 'src/**/!(*.spec).js'",
"deploy": "vercel --scope=commercetools --confirm --no-clipboard"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-docs/ui-kit": "24.2.0",
"@commercetools-frontend/actions-global": "22.35.0",
"@commercetools-frontend/application-components": "22.35.0",
"@commercetools-frontend/application-shell": "22.35.0",
"@commercetools-frontend/application-shell-connectors": "22.35.0",
"@commercetools-frontend/assets": "22.35.0",
"@commercetools-frontend/browser-history": "22.35.0",
"@commercetools-frontend/constants": "22.35.0",
"@commercetools-frontend/i18n": "22.35.0",
"@commercetools-frontend/l10n": "22.35.0",
"@commercetools-frontend/permissions": "22.35.0",
"@commercetools-frontend/sdk": "22.35.0",
"@commercetools-uikit/card": "19.9.0",
"@commercetools-uikit/checkbox-input": "19.9.0",
"@commercetools-uikit/constraints": "19.9.0",
"@commercetools-uikit/data-table": "19.9.0",
"@commercetools-uikit/date-time-input": "19.9.0",
"@commercetools-uikit/flat-button": "19.9.0",
"@commercetools-uikit/grid": "19.9.0",
"@commercetools-uikit/hooks": "19.9.0",
"@commercetools-uikit/icons": "19.9.0",
"@commercetools-uikit/label": "19.9.0",
"@commercetools-uikit/link": "19.9.0",
"@commercetools-uikit/loading-spinner": "19.9.0",
"@commercetools-uikit/notifications": "19.9.0",
"@commercetools-uikit/pagination": "19.9.0",
"@commercetools-uikit/primary-button": "19.9.0",
"@commercetools-uikit/secondary-button": "19.9.0",
"@commercetools-uikit/spacings": "19.9.0",
"@commercetools-uikit/text": "19.9.0",
"@emotion/react": "^11.11.4",
"@flopflip/react-broadcast": "14.0.2",
"apollo-link-rest": "^0.9.0",
"graphql": "16.8.2",
"graphql-anywhere": "^4.2.8",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"prop-types": "15.8.1",
"qs": "^6.11.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^6.4.7",
"react-router-dom": "5.3.4",
"vercel": "24.2.5"
},
"devDependencies": {
"@commercetools-backend/express": "22.35.0",
"@commercetools-frontend/mc-dev-authentication": "22.35.0",
"@commercetools-frontend/mc-scripts": "22.35.0",
"@commercetools-test-data/commons": "8.5.0",
"@formatjs/cli": "6.2.12",
"@types/jest": "^29.5.4",
"@types/node": "^16.18.48",
"@types/testing-library__jest-dom": "^5.14.9",
"@vercel/node": "^2.15.10",
"dotenv-flow": "^4.0.0",
"express": "4.20.0",
"jest": "29.7.0",
"msw": "0.49.3",
"ts-node": "^10.9.1",
"typescript": "5.0.4"
},
"packageManager": "pnpm@8.15.8",
"engines": {
"node": ">=18",
"pnpm": ">=8"
}
}