-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "football-matches-data-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/react": "^8.0.1",
"classnames": "^2.2.6",
"create-react-app": "^1.4.3",
"h8k-design": "^1.0.8",
"jest-dom": "^3.5.0",
"fetch-mock": "^9.0.0-beta.2",
"prop-types": "^15.6.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-scripts": "5.0.1",
"save": "^2.3.1"
},
"scripts": {
"prestart": "npm install",
"start": "HOST=0.0.0.0 PORT=8000 ./node_modules/.bin/react-scripts start",
"pretest": "npm install",
"test": "rm -rf ./junit.xml && ./node_modules/.bin/react-scripts test --verbose --env=jsdom --testResultsProcessor ./node_modules/jest-junit"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.9.0",
"chai": "^4.1.2",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.15.6",
"expect": "^21.2.1",
"jest-junit": "^3.3.0",
"react-test-renderer": "^16.14.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}