-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 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
{
"name": "ecoleta-web",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "^1.11.0",
"leaflet": "^1.9.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-router": "^7.8.0",
"react-scripts": "5.0.1",
"react-toastify": "^11.0.5",
"styled-components": "^6.1.19",
"yup": "^1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --runInBand",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"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/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@faker-js/faker": "^9.9.0",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@types/react-leaflet": "^2.5.1",
"@types/yup": "^0.29.2",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"axios-mock-adapter": "^2.1.0",
"babel-jest": "^30.0.5",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jest-transform-stub": "^2.0.0",
"prettier": "^3.6.2",
"react-test-renderer": "^19.1.1",
"typescript": "^5.9.2"
},
"overrides": {
"typescript": "^5.9.2"
}
}