-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
87 lines (87 loc) · 3.15 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
{
"name": "@shopgate/theme-gmd",
"version": "7.23.6",
"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.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "7.16.11",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.5.5",
"@babel/runtime-corejs3": "^7.5.5",
"@hot-loader/react-dom": "~16.8.6",
"@shopgate/engage": "7.23.6",
"@shopgate/pwa-common": "7.23.6",
"@shopgate/pwa-common-commerce": "7.23.6",
"@shopgate/pwa-core": "7.23.6",
"@shopgate/pwa-tracking": "7.23.6",
"@shopgate/pwa-ui-material": "7.23.6",
"@shopgate/pwa-ui-shared": "7.23.6",
"@shopgate/pwa-webcheckout-shopify": "7.23.6",
"@shopgate/tracking-core": "7.23.6",
"@shopgate/webpack": "7.23.6",
"@virtuous/conductor": "~2.5.0",
"@virtuous/react-conductor": "~2.5.0",
"babel-plugin-flow-react-proptypes": "^25.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "2.5.1",
"css-spring": "git+https://github.com/shopgate/css-spring.git#master",
"glamor": "^2.20.40",
"lodash": "^4.17.4",
"prop-types": "~15.8.1",
"react": "~16.14.0",
"react-dom": "~16.14.0",
"react-hammerjs": "^1.0.1",
"react-helmet": "^5.1.3",
"react-hot-loader": "~4.13.1",
"react-portal": "^3.1.0",
"react-redux": "^8.1.3",
"react-swipeable": "^4.0.1",
"react-transition-group": "^2.2.1",
"redux": "^4.2.1",
"redux-mock-store": "^1.5.4",
"reselect": "^4.1.8",
"smoothscroll-polyfill": "^0.4.3",
"webpack": "^4.47.0",
"webpack-cli": "3.3.6"
},
"devDependencies": {
"@shopgate/eslint-config": "7.23.6",
"@shopgate/pwa-e2e-test": "7.23.6",
"@shopgate/pwa-unit-test": "7.23.6",
"@types/react": "^16.9.49",
"coveralls": "^3.0.0",
"eslint": "~5.12.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"husky": "^1.0.0-rc.13",
"jest": "^24.9.0",
"lint-staged": "^7.2.2",
"nyc": "^11.8.0",
"webpack-dev-server": "3.7.2"
}
}