-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 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
{
"name": "roommates",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-leaflet/core": "1.0.2",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-text-mask": "^5.4.10",
"axios": "^0.24.0",
"leaflet": "^1.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-input-mask": "^2.0.4",
"react-leaflet": "3.1.0",
"react-router-dom": "^6.0.0",
"react-scripts": "4.0.3",
"react-text-mask": "^5.4.3",
"styled-components": "^5.3.3",
"text-mask-addons": "^3.8.0",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"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": [
">0.2%",
"not dead",
"not op_mini all"
],
"resolutions": {
"react-leaflet/@react-leaflet/core": "1.0.2"
},
"devDependencies": {
"@types/leaflet": "^1.7.5",
"@types/react-input-mask": "^3.0.1",
"@types/react-leaflet": "^2.8.2",
"@types/styled-components": "^5.1.15"
}
}