-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "react-redux-material-ui-cypress-boilerplate",
"version": "0.1.0",
"private": false,
"dependencies": {
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^1.1.0",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"connected-react-router": "^4.3.0",
"firebase": "^5.5.2",
"i18next": "11.3.2",
"i18next-browser-languagedetector": "^2.2.3",
"i18next-xhr-backend": "^1.5.1",
"lodash": "^4.17.10",
"ms": "^2.1.1",
"re-base": "^4.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-i18next": "^7.12.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"cypress:open": "cypress open",
"cypress:headed": "cypress run --headed",
"cypress:chrome": "cypress run --browser chrome",
"cypress:canary": "cypress run --browser canary",
"eject": "react-scripts eject"
},
"devDependencies": {
"cypress": "^3.0.2",
"eslint-plugin-cypress": "^2.0.1"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
}
}