forked from elasticpath/react-pwa-reference-storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 5.28 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "@elasticpath/ref-store",
"version": "4.5.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@aws-amplify/auth": "^3.2.7",
"@aws-amplify/core": "^3.2.7",
"@aws-amplify/interactions": "^3.1.10",
"@babel/core": "^7.7.7",
"@babel/plugin-transform-react-jsx-development": "^7.9.0",
"@react-workspaces/react-scripts": "^3.0.1-alpha-07",
"@svgr/webpack": "4.3.0",
"@types/react": "^16.8.23",
"@types/react-slick": "^0.23.4",
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"aframe": "^1.0.4",
"aframe-animation-component": "^5.1.2",
"aframe-html-shader": "^0.2.0",
"aframe-look-at-component": "^0.8.0",
"aframe-particle-system-component": "^1.1.3",
"aframe-react": "^4.4.0",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-named-asset-import": "^0.3.2",
"babel-preset-react-app": "^9.0.0",
"bootstrap": "^4.3.1",
"camelcase": "^5.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"copy-to-clipboard": "^3.2.0",
"core-js": "^3.6.0",
"cross-env": "^6.0.3",
"css-loader": "3.0.0",
"dotenv": "8.0.0",
"dotenv-expand": "5.1.0",
"easy-peasy": "^3.3.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.0",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "3.10.3",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-hooks": "^2.2.0",
"fetch-mock": "^8.2.0-beta.2",
"file-loader": "4.0.0",
"fs-extra": "8.0.1",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "4.0.0-beta.5",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^2.0.0",
"jest": "24.8.0",
"jest-environment-jsdom-fourteen": "0.1.0",
"jest-resolve": "24.8.0",
"jest-watch-typeahead": "0.3.1",
"jquery": "~3.5.1",
"js-cookie": "^2.2.1",
"js-file-download": "^0.4.8",
"less-loader": "^5.0.0",
"less-vars-to-js": "^1.3.0",
"mini-css-extract-plugin": "0.7.0",
"node-sass": "^6.0.1",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.5.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.0",
"react-axe": "3.3.0",
"react-dev-utils": "^9.1.0",
"react-docgen-typescript-loader": "^3.6.0",
"react-dom": "^16.12.0",
"react-ga": "^2.5.3",
"react-intl-universal": "^2.0.4",
"react-router-dom": "^5.2.0",
"react-router-prop-types": "^1.0.4",
"react-scripts": "^3.4.0",
"react-scroll-parallax": "^2.0.1",
"react-simple-chatbot": "^0.6.1",
"react-slick": "^0.24.0",
"react-tabs": "^3.1.2",
"resolve": "1.11.0",
"sass-loader": "10.2.0",
"scriptjs": "^2.5.9",
"semver": "6.1.1",
"sharethis-reactjs": "^1.3.3",
"storybook": "^5.3.14",
"style-loader": "0.23.1",
"styled-components": "^4.4.1",
"terser-webpack-plugin": "1.3.0",
"url-loader": "2.0.0",
"use-onclickoutside": "^0.3.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "3.11.2",
"webpack-merge": "^4.2.2",
"webpack-pwa-manifest": "^4.0.0",
"workbox-webpack-plugin": "^5.1.3"
},
"scripts": {
"start": "BROWSER=none node scripts/start.js",
"build": "node scripts/build.js",
"netlifybuild": "./netlifybuild.sh",
"build-components": "cd src/components && yarn build",
"test": "node scripts/test.js src/test",
"lint": "eslint ./src/**/*.js --max-warnings=0 --format=codeframe",
"deploy": "aws s3 sync build/ s3://ref-store-new",
"storybook": "export NODE_OPTIONS=--max_old_space_size=2048 && cd storybook && start-storybook -p 9009 -s ./../public",
"build-storybook": "cd storybook && build-storybook"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-info": "^5.3.14",
"@storybook/addon-knobs": "^5.3.14",
"@storybook/addon-links": "^5.3.14",
"@storybook/addon-storysource": "^5.3.14",
"@storybook/addons": "^5.3.14",
"@storybook/react": "^5.3.14",
"@storybook/theming": "^5.3.14",
"@types/react-router-dom": "^4.3.5",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"awesome-typescript-loader": "^5.2.1",
"babel-core": "^6.26.3",
"babel-jest": "^24.8.0",
"babel-preset-react": "^6.24.1",
"declaration-bundler-webpack-plugin": "^1.0.3",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-header": "^3.0.0",
"http-server": "^0.12.1",
"less": "^3.9.0",
"puppeteer": "^2.1.1",
"quagga": "^0.12.1",
"react-responsive-modal": "^4.0.1",
"storybook-readme": "^5.0.8",
"ts-loader": "^6.2.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.7.3"
}
}