-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.1 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "fitness-tracker-client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:4000",
"homepage": "./",
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"@material-ui/pickers": "^3.2.10",
"date-fns": "^2.12.0",
"lodash": "^4.17.15",
"normalizr": "^3.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"typescript": "3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
"eject": "react-scripts eject",
"test:debug": "react-scripts --inspect-brk=127.0.0.1:9339 test --runInBand --no-cache --env=jest-environment-jsdom-sixteen"
},
"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"
]
},
"resolutions": {
"acorn": "^7.1.1",
"minimist": "^0.2.1",
"kind-of": "^6.0.3",
"serialize-javascript": "^2.1.1"
},
"devDependencies": {
"@material-ui/core": "^4.9.9",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.4",
"@types/date-fns": "^2.6.0",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "25.2.1",
"@types/lodash": "^4.14.149",
"@types/material-ui": "^0.21.7",
"@types/node": "12.12.14",
"@types/react": "16.9.13",
"@types/react-dom": "16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.1",
"http-proxy-middleware": "^0.20.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-fetch-mock": "^2.1.2"
}
}