{ "scripts": { "start": "snowpack dev", "build": "snowpack build && npm run copy:htaccess", "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"", "prettier:lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"", "eslint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", "copy:htaccess": "cp public/.htaccess build/", "generate": "graphql-codegen --config codegen.yml" }, "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.2.0", "react-router-dom": "^5.2.0", "react-select": "4.0.2", "swr": "^0.5.6", "tailwindcss": "^2.0.3", "zustand": "^3.5.1" }, "devDependencies": { "@graphql-codegen/cli": "1.21.4", "@graphql-codegen/typescript": "1.22.0", "@graphql-codegen/typescript-graphql-request": "^3.2.0", "@graphql-codegen/typescript-operations": "1.17.16", "@snowpack/plugin-dotenv": "^2.1.0", "@snowpack/plugin-postcss": "^1.3.0", "@snowpack/plugin-react-refresh": "^2.4.0", "@snowpack/plugin-typescript": "^1.2.0", "@types/leaflet": "^1.7.0", "@types/react": "^17.0.6", "@types/react-dom": "^17.0.5", "@types/react-router-dom": "^5.1.7", "@types/react-select": "^4.0.15", "@types/snowpack-env": "^2.3.2", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "autoprefixer": "^10.2.4", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-react": "^7.23.2", "postcss": "^8.3.0", "postcss-cli": "^8.3.1", "prettier": "^2.3.0", "snowpack": "^3.5.0", "typescript": "^4.0.0" } }