Skip to content
Snippets Groups Projects
Forked from Map / fabcity-map-frontend
39 commits behind the upstream repository.
This project manages its dependencies using npm. Learn more
package.json 1.15 KiB
{
  "scripts": {
    "start": "snowpack dev",
    "build": "snowpack build",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
    "lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
  },
  "dependencies": {
    "@tailwindcss/forms": "^0.3.2",
    "graphql": "^15.5.0",
    "graphql-request": "^3.4.0",
    "heroicons-react": "1.3.0",
    "leaflet": "^1.7.1",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "react-leaflet": "^3.1.0",
    "react-router-dom": "^5.2.0",
    "swr": "^0.5.5",
    "tailwindcss": "^2.0.3",
    "zustand": "^3.4.1"
  },
  "devDependencies": {
    "@jadex/snowpack-plugin-tailwindcss-jit": "^0.2.0",
    "@snowpack/plugin-dotenv": "^2.1.0",
    "@snowpack/plugin-postcss": "^1.1.0",
    "@snowpack/plugin-react-refresh": "^2.4.0",
    "@snowpack/plugin-typescript": "^1.2.0",
    "@types/leaflet": "^1.7.0",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/react-router-dom": "^5.1.7",
    "@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"
  }
}