-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 4.35 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": "merchant-center-graphql-explorer",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "./scripts/postinstall.sh",
"build": "pnpm compile-data && mc-scripts build --build-only",
"start": "mc-scripts start",
"compile-html": "NODE_ENV=production mc-scripts compile-html",
"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": "pnpm compile-html:local && mc-scripts serve",
"extract-intl": "formatjs extract --format=./intl-formatter.js --out-file=./src/i18n/data/core.json 'src/**/!(*.spec).ts'",
"compile-data": "formatjs compile-folder --format=./intl-formatter.js --ast src/i18n/data src/i18n/compiled-data",
"lint": "jest --config jest.eslint.config.js",
"format": "prettier --write '**/*.{js,ts,tsx}'",
"test": "jest --config jest.test.config.js",
"test:watch": "jest --config jest.test.config.js --watch",
"test:e2e": "cypress run",
"deploy": "pnpm compile-html && cp public/index.html public/200.html && echo '*' > public/CORS && surge public $APPLICATION_URL",
"typecheck": "tsc --noEmit",
"typecheck:cypress": "tsc --noEmit -p cypress"
},
"dependencies": {
"@apollo/client": "3.8.4",
"@babel/core": "^7.23.0",
"@babel/runtime-corejs3": "^7.23.1",
"@commercetools-frontend/actions-global": "22.30.0",
"@commercetools-frontend/application-components": "22.30.0",
"@commercetools-frontend/application-config": "22.30.0",
"@commercetools-frontend/application-shell": "22.30.0",
"@commercetools-frontend/assets": "22.30.0",
"@commercetools-frontend/constants": "22.30.0",
"@commercetools-frontend/cypress": "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/mc-scripts": "22.30.0",
"@commercetools-frontend/permissions": "22.30.0",
"@commercetools-uikit/constraints": "19.8.0",
"@commercetools-uikit/flat-button": "19.8.0",
"@commercetools-uikit/icons": "19.8.0",
"@commercetools-uikit/notifications": "19.8.0",
"@commercetools-uikit/spacings": "19.8.0",
"@commercetools-uikit/text": "19.8.0",
"@commercetools/http-user-agent": "3.0.0",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@emotion/react": "11.11.1",
"@formatjs/cli": "6.2.0",
"@formatjs/ecma402-abstract": "^1.17.2",
"@formatjs/icu-messageformat-parser": "^2.6.2",
"@formatjs/intl": "^2.9.3",
"@formatjs/intl-displaynames": "^6.5.2",
"@formatjs/intl-listformat": "^7.4.2",
"@graphiql/react": "0.17.1",
"@graphiql/toolkit": "0.8.3",
"@manypkg/cli": "0.21.0",
"@testing-library/cypress": "10.0.1",
"@testing-library/react": "12.1.5",
"@types/codemirror": "5.60.10",
"@types/history": "^4.7.11",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.56",
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"cypress": "13.2.0",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"eslint-formatter-pretty": "4.1.0",
"graphiql": "2.4.1",
"graphiql-explorer": "0.9.0",
"graphql": "16.8.1",
"graphql-config": "4.5.0",
"husky": "8.0.3",
"intl-messageformat": "^10.5.3",
"jest": "29.7.0",
"jest-runner-eslint": "2.1.2",
"jest-silent-reporter": "0.5.0",
"jest-watch-typeahead": "2.2.2",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"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",
"start-server-and-test": "2.0.1",
"surge": "0.23.1",
"tsc-files": "1.1.4",
"typescript": "5.0.4"
},
"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35",
"license": "MIT",
"pnpm": {
"overrides": {
"@flopflip/types": "14.0.1",
"@types/eslint": "^8.2.2"
},
"patchedDependencies": {
"@graphiql/[email protected]": "patches/@[email protected]"
}
}
}