-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.37 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
{
"name": "beer-engineer",
"version": "0.1.0",
"private": true,
"homepage": "https://martinbryant.dev/beer-engineer",
"dependencies": {
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^1.1.0",
"dotenv": "^6.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"material-ui-image": "^3.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"react-transition-group": "^2.5.3",
"redux": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "node .circleci/deploy.js",
"cy:open": "npm start & wait-on http://localhost:3000 & npx cypress open",
"cy:run": "npx cypress run"
},
"devDependencies": {
"cypress": "^3.1.4",
"fetch-mock": "^6.5.2",
"fs": "0.0.1-security",
"ftp": "^0.3.10",
"glob": "^7.1.3",
"jest-localstorage-mock": "^2.4.0",
"redux-devtools-extension": "^2.13.2",
"redux-immutable-state-invariant": "^2.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}