martin/demo/frontend/package.json
Yuri Astrakhan fa50eeac97
Update and fix demo (#809)
* Use `postgis/postgis` image for the DB
* Build frontend image inside the docker
* Upgrade all packages except styled-components - that one causes some
errors
* Add yarn.lock to the repo
* Add justfile for simplicity
* Bump martin docker image version in a few places
2023-08-15 14:41:12 +02:00

48 lines
1.1 KiB
JSON

{
"name": "martin-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --port 8080 --host",
"build": "tsc && vite build",
"preview": "vite preview --port 8080 --host",
"lint": "eslint src"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"date-fns": "^2.30.0",
"debounce": "1.2.1",
"maplibre-gl": "^3.3.0",
"normalize.css": "8.0.1",
"react": "18.2.0",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-map-gl": "^7.1.0",
"react-scroll-parallax": "3.4.2",
"styled-components": "5.3.11"
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "8.47.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-react-app": "7.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-mkcert": "^1.16.0",
"vite-tsconfig-paths": "^4.2.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "https://maplibre.org"
}