martin/demo/frontend/package.json
Yuri Astrakhan 6d17c1e2b6
Demo: Migrate to yarn (#770)
`npm install` is having some weird issues, while `yarn` seem to work
well. Also, bumped almost all dependencies.
2023-07-17 14:27:09 -04: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.2.0",
"normalize.css": "8.0.1",
"react": "18.2.0",
"react-day-picker": "^8.8.0",
"react-dom": "18.2.0",
"react-map-gl": "^7.1.2",
"react-scroll-parallax": "3.4.2",
"styled-components": "5.3.11"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint-config-airbnb": "19.0.4",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"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"
}