mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
a8f7c30eef
This uses the webserver built into vitejs instead of configuring an entirely new nginx server with an additional docker image.
46 lines
1.1 KiB
JSON
46 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",
|
|
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
|
|
"maplibre-gl": "^3.0.1",
|
|
"normalize.css": "8.0.1",
|
|
"react": "18.2.0",
|
|
"react-day-picker": "^8.7.1",
|
|
"react-dom": "18.2.0",
|
|
"react-map-gl": "^7.0.25",
|
|
"react-scroll-parallax": "3.4.2",
|
|
"styled-components": "5.3.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.16",
|
|
"@types/react": "^18.2.7",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-mkcert": "^1.15.0",
|
|
"vite-tsconfig-paths": "^4.2.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"proxy": "https://maplibre.org"
|
|
}
|