martin/demo/frontend/package.json
Birk Skyum a8f7c30eef
Simplify demo - remove nginx (#692)
This uses the webserver built into vitejs instead of configuring an
entirely new nginx server with an additional docker image.
2023-05-31 00:56:11 +02:00

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"
}