martin/demo/frontend/package.json
2023-11-09 22:52:32 -05: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.5.2",
"normalize.css": "8.0.1",
"react": "18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "18.2.0",
"react-map-gl": "^7.1.6",
"react-scroll-parallax": "3.4.3",
"styled-components": "5.3.11"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "8.53.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-react-app": "7.0.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-tsconfig-paths": "^4.2.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "https://maplibre.org"
}