-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.53 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.53 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
{
"name": "@shopgate/theme-gmd",
"version": "7.30.3",
"description": "Google Material Design theme for the Shopgate Connect PWA.",
"repository": "shopgate/theme-gmd",
"bugs": "https://github.com/shopgate/theme-gmd/issues",
"homepage": "https://github.com/shopgate/theme-gmd",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint --quiet --ext .js --ext .jsx --ext .json .",
"test": "jest",
"test:watch": "jest --watch",
"cover": "jest --coverage",
"e2e": "cypress open -P ./e2e",
"e2e:checkout": "cypress open -P ./e2e/extensions/checkout",
"e2e:user": "cypress open -P ./e2e/extensions/user",
"postinstall": "npx rimraf ../../.cache-loader"
},
"dependencies": {
"@babel/core": "^7.28.6",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/runtime": "^7.28.6",
"@emotion/react": "^11.14.0",
"@shopgate/engage": "7.30.3",
"@shopgate/pwa-common": "7.30.3",
"@shopgate/pwa-common-commerce": "7.30.3",
"@shopgate/pwa-core": "7.30.3",
"@shopgate/pwa-tracking": "7.30.3",
"@shopgate/pwa-ui-material": "7.30.3",
"@shopgate/pwa-ui-shared": "7.30.3",
"@shopgate/pwa-webcheckout-shopify": "7.30.3",
"@shopgate/tracking-core": "7.30.3",
"@shopgate/webpack": "7.30.3",
"@sigmacomputing/babel-plugin-lodash": "3.3.5",
"@virtuous/conductor": "~2.5.0",
"@virtuous/react-conductor": "~2.5.0",
"ajv": "^8.17.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "2.5.1",
"core-js": "^3.48.0",
"css-spring": "git+https://github.com/shopgate/css-spring.git#master",
"glamor": "^2.20.40",
"lodash": "^4.17.23",
"prop-types": "~15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-portal": "^3.1.0",
"react-redux": "^8.1.3",
"react-transition-group": "^3.0.0",
"redux": "^5.0.1",
"redux-mock-store": "^1.5.4",
"reselect": "^4.1.8",
"smoothscroll-polyfill": "^0.4.4",
"tss-react": "^4.9.20",
"webpack": "^5.102.1",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@shopgate/eslint-config": "7.30.3",
"@shopgate/pwa-e2e-test": "7.30.3",
"@shopgate/pwa-unit-test": "7.30.3",
"@types/react": "^17.0.39",
"eslint": "^8.57.1",
"eslint-import-resolver-babel-module": "^5.3.2",
"husky": "^1.0.0-rc.13",
"jest": "^29.7.0",
"lint-staged": "^12.5.0",
"webpack-dev-server": "4.15.2"
}
}