46 lines
965 B
JSON
46 lines
965 B
JSON
{
|
|
"name": "footprint-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.20.1",
|
|
"axios": "^1.6.2",
|
|
"leaflet": "^1.9.4",
|
|
"react-leaflet": "^4.2.1",
|
|
"date-fns": "^3.0.0",
|
|
"@heroicons/react": "^2.1.1",
|
|
"http-proxy-middleware": "^2.0.6"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "5.0.1",
|
|
"tailwindcss": "^3.4.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.32"
|
|
}
|
|
}
|