2018-10-08 12:32:35 +03:00
|
|
|
{
|
|
|
|
"name": "martin-landing",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2018-10-25 22:15:05 +03:00
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"lint": "eslint src"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
2018-10-08 12:32:35 +03:00
|
|
|
"dependencies": {
|
2022-09-16 10:52:35 +03:00
|
|
|
"debounce": "1.2.1",
|
2022-09-16 17:31:28 +03:00
|
|
|
"maplibre-gl": "1.15",
|
2022-09-16 10:52:35 +03:00
|
|
|
"normalize.css": "8.0.1",
|
|
|
|
"react": "18.2.0",
|
2018-10-18 21:27:08 +03:00
|
|
|
"react-day-picker": "7.2.4",
|
2022-09-16 10:52:35 +03:00
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-scroll-parallax": "3.3.1",
|
|
|
|
"styled-components": "5.3.5"
|
2018-10-08 12:32:35 +03:00
|
|
|
},
|
2018-10-22 13:10:09 +03:00
|
|
|
"devDependencies": {
|
2022-09-16 10:52:35 +03:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
|
|
|
"react-scripts": "5.0.1"
|
2018-10-22 13:10:09 +03:00
|
|
|
},
|
2018-10-08 12:32:35 +03:00
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
2018-10-18 21:27:08 +03:00
|
|
|
],
|
2022-09-16 17:22:52 +03:00
|
|
|
"proxy": "https://maplibre.org"
|
2018-10-08 12:32:35 +03:00
|
|
|
}
|