-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.43 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
{
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.10.4",
"@fontsource/roboto": "5.0.13",
"@formkit/auto-animate": "0.7.0",
"@mui/icons-material": "5.14.6",
"@mui/material": "5.14.6",
"@mui/x-date-pickers": "5.0.12",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"chart.js": "4.4.3",
"dayjs": "1.11.11",
"firebase": "10.12.2",
"million": "3.1.11",
"moment": "2.29.4",
"react": "18.3.1",
"react-chartjs-2": "5.2.0",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"react-scripts": "5.0.1",
"sass": "1.77.6",
"sweetalert2": "11.12.0",
"web-vitals": "2.1.4",
"xlsx": "0.18.5"
},
"devDependencies": {
"@craco/craco": "7.1.0",
"standard": "17.1.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"standard"
],
"rules": {
"space-before-function-paren": "off"
}
},
"name": "mac-gestiones",
"private": true,
"scripts": {
"build": "craco build",
"eject": "react-scripts eject",
"start": "craco start",
"test": "craco test"
},
"version": "2.0.0"
}