-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.03 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.03 KB
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
76
77
78
79
80
81
{
"name": "ewolontariat",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "5.3.1",
"@mui/material": "^5.3.0",
"@mui/styles": "^5.3.0",
"@react-navigation/native": "^6.0.8",
"@redux-devtools/extension": "^3.2.1",
"@reduxjs/toolkit": "^1.7.2",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"axios": "^0.26.1",
"buffer": "^6.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-facebook-login": "4.1.1",
"react-hook-form": "^7.25.1",
"react-native-web": "^0.17.5",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-scroll": "^1.8.4",
"react-select": "^5.2.2",
"react-toastify": "^8.1.1",
"react-visibility-sensor-v2": "^1.0.0",
"redux-thunk": "^2.4.1",
"web-vitals": "2.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test:coverage": "react-scripts test --coverage"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!/mode_modules/",
"!src/index.js"
]
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-jest": "^27.5.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"jest": "^27.5.0",
"redux-mock-store": "^1.5.4"
}
}