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": {
|
2023-05-31 01:56:11 +03:00
|
|
|
"dev": "vite --port 8080 --host",
|
2023-05-30 03:12:22 +03:00
|
|
|
"build": "tsc && vite build",
|
2023-05-31 01:56:11 +03:00
|
|
|
"preview": "vite preview --port 8080 --host",
|
2018-10-25 22:15:05 +03:00
|
|
|
"lint": "eslint src"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
2018-10-08 12:32:35 +03:00
|
|
|
"dependencies": {
|
2023-05-30 03:12:22 +03:00
|
|
|
"date-fns": "^2.30.0",
|
2022-09-16 10:52:35 +03:00
|
|
|
"debounce": "1.2.1",
|
2023-08-15 15:41:12 +03:00
|
|
|
"maplibre-gl": "^3.3.0",
|
2022-09-16 10:52:35 +03:00
|
|
|
"normalize.css": "8.0.1",
|
|
|
|
"react": "18.2.0",
|
2023-08-15 15:41:12 +03:00
|
|
|
"react-day-picker": "^8.7.1",
|
2022-09-16 10:52:35 +03:00
|
|
|
"react-dom": "18.2.0",
|
2023-08-15 15:41:12 +03:00
|
|
|
"react-map-gl": "^7.1.0",
|
2023-05-30 03:12:22 +03:00
|
|
|
"react-scroll-parallax": "3.4.2",
|
|
|
|
"styled-components": "5.3.11"
|
2018-10-08 12:32:35 +03:00
|
|
|
},
|
2018-10-22 13:10:09 +03:00
|
|
|
"devDependencies": {
|
2023-08-15 15:41:12 +03:00
|
|
|
"@types/node": "^20.5.0",
|
|
|
|
"@types/react": "^18.2.20",
|
2023-07-17 21:27:09 +03:00
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-08-15 15:41:12 +03:00
|
|
|
"@vitejs/plugin-react": "^4.0.4",
|
|
|
|
"eslint": "8.47.0",
|
2022-09-16 10:52:35 +03:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2023-08-15 15:41:12 +03:00
|
|
|
"eslint-config-airbnb-base": "15.0.0",
|
|
|
|
"eslint-config-react-app": "7.0.1",
|
2023-07-17 21:27:09 +03:00
|
|
|
"typescript": "^5.1.6",
|
2023-08-15 15:41:12 +03:00
|
|
|
"vite": "^4.4.9",
|
2023-07-17 21:27:09 +03:00
|
|
|
"vite-plugin-mkcert": "^1.16.0",
|
2023-05-30 03:12:22 +03:00
|
|
|
"vite-tsconfig-paths": "^4.2.0"
|
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
|
|
|
}
|