-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1001 Bytes
/
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
{
"name": "calculator",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-eslint": "^8.2.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-scripts": "1.1.4",
"redux": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"cypress": "yarn start & cypress open",
"cypress:run": "yarn start & cypress run",
"eject": "react-scripts eject",
"postinstall": "yarn run build"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.2.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^3.1.2",
"babel-preset-stage-2": "^6.24.1",
"cypress": "^3.0.2",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-prettier": "^2.6.1"
},
"jest": {
"coverageReporters": [
"json"
]
}
}