31 lines
633 B
JSON
31 lines
633 B
JSON
{
|
|
"name": "Project Usse Map",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"leaflet" : "",
|
|
"react-leaflet" : "4.2.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^3.2.2",
|
|
"react-scripts": "^5.0.1",
|
|
"sort-by": "^1.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|