-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.91 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.91 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
{
"name": "henry-pf-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.4",
"@paypal/react-paypal-js": "^7.8.3",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.4.0",
"cloudinary": "^1.37.0",
"dotenv": "^16.0.3",
"history": "^5.3.0",
"install": "^0.13.0",
"npm": "^9.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"react-to-print": "^2.14.13",
"recharts": "^2.6.2",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.4.2",
"sass": "^1.62.1",
"sweetalert2": "^11.7.5",
"sweetalert2-react-content": "^5.0.7",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.5",
"@testing-library/jest-dom": "^5.16.5",
"axios-mock-adapter": "^1.21.4",
"babel-jest": "^29.5.0",
"css-loader": "^6.8.1",
"jest-css-modules-transform": "^4.4.2",
"jest-transform-stub": "^2.0.0",
"sass-loader": "^13.3.2"
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!axios)"
]
}
}