-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.76 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
{
"name": "epcc-ref-store",
"version": "3.0.0",
"private": true,
"dependencies": {
"@moltin/sdk": "6.3.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-instantsearch-dom": "^6.3.0",
"@types/react-router-dom": "^5.1.5",
"algolia-places-react": "^1.6.0",
"algoliasearch": "^4.3.0",
"app-localizer": "^1.2.2",
"constate": "^3.1.0",
"coveo-search-ui": "^2.10081.2",
"css-reset-and-normalize": "^2.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"formik": "^2.1.4",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-axe": "^3.5.2",
"react-cool-onclickoutside": "^1.5.2",
"react-detect-offline": "^2.4.0",
"react-dom": "^16.13.1",
"react-instantsearch-dom": "^6.6.0",
"react-responsive-modal": "^4.0.1",
"react-router-dom": "^5.2.0",
"react-script-hook": "^1.1.1",
"react-scripts": "3.4.1",
"react-stripe-elements": "^6.1.2",
"serve": "^11.3.1",
"sharethis-reactjs": "^1.6.0",
"typescript": "^3.7.3",
"workbox-build": "^5.1.3"
},
"scripts": {
"start": "EXTEND_ESLINT=true BROWSER=none react-scripts start",
"build": "EXTEND_ESLINT=true GENERATE_SOURCEMAP=false INLINE_RUNTIME_CHUNK=true react-scripts build && yarn sw",
"test": "EXTEND_ESLINT=true react-scripts test",
"eject": "react-scripts eject",
"serve": "serve -c serve.json",
"pseudo-translate": "node utils/pseudo-translate.js",
"sw": "node build-sw.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}