Skip to content
Snippets Groups Projects
Forked from Map / fabcity-map-frontend
75 commits behind the upstream repository.
This project manages its dependencies using npm. Learn more
package.json 871 B
{
  "scripts": {
    "start": "snowpack dev",
    "build": "snowpack build",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
    "lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
  },
  "dependencies": {
    "@types/leaflet": "^1.5.23",
    "leaflet": "^1.7.1",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "react-leaflet": "^3.1.0",
    "tailwindcss": "^2.0.3"
  },
  "devDependencies": {
    "@snowpack/plugin-dotenv": "^2.0.5",
    "@snowpack/plugin-postcss": "^1.1.0",
    "@snowpack/plugin-react-refresh": "^2.4.0",
    "@snowpack/plugin-typescript": "^1.2.0",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/snowpack-env": "^2.3.2",
    "autoprefixer": "^10.2.4",
    "postcss": "^8.2.6",
    "postcss-cli": "^8.3.1",
    "prettier": "^2.0.5",
    "snowpack": "^3.0.1",
    "typescript": "^4.0.0"
  }
}