-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
66 lines (66 loc) · 1.64 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
{
"name": "ecomerce",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@material-ui/core": "^4.12.3",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "^4.11.2",
"@mercadopago/sdk-react": "^0.0.21",
"@react-oauth/google": "^0.11.0",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^1.7.4",
"firebase": "^11.1.0",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.54.2",
"react-loading": "^2.0.3",
"react-redux": "^7.2.5",
"react-router": "^6.13.0",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"react-sliding-pane": "^7.3.0",
"react-stripe-checkout": "^2.6.3",
"react-toastify": "^9.1.3",
"recharts": "^2.15.0",
"redux-persist": "^6.0.0",
"serve": "^14.2.0",
"styled-components": "^5.3.1",
"timeago": "^1.6.7",
"web-vitals": "^1.0.1",
"zod": "^3.24.1"
},
"scripts": {
"start": "react-scripts start",
"lint": "eslint .",
"format": "prettier --write .",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"prettier": "^3.4.2"
}
}