-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.04 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
76
{
"name": "dogstagram",
"version": "0.1.0",
"homepage": "https://dogstagram-react.netlify.app/",
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.1.1",
"@fortawesome/fontawesome-free": "^6.1.1",
"@reduxjs/toolkit": "^1.8.1",
"@types/react-paginate": "^7.1.1",
"@types/react-select": "^5.0.1",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hooks-paginator": "^0.5.0",
"react-icons": "^4.3.1",
"react-paginate": "^8.1.3",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-select": "^5.3.0",
"react-toast-notifications": "^2.5.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"**/*.+(js|tsx|json|css|md|ts|scss)\"",
"precypress": "yarn predev:cognito:ci",
"cypress:open": "cypress open",
"cypress:mobile": "cypress run --config viewportWidth=375,viewportHeight=667"
},
"transform": {
"\\.js$": "<rootDir>/node_modules/babel-jest"
},
"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"
]
},
"resolutions": {
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"cypress": "^9.5.4",
"husky": "^7.0.4",
"msw": "^0.39.2",
"node-sass": "^7.0.1",
"prettier": "^2.6.2"
}
}