{ "name": "rail-announcements", "version": "1.0.0", "private": true, "description": "Rail Announcements", "author": "David Wheatley", "keywords": [ "gatsby" ], "browserslist": [ "last 2 versions", "not dead" ], "scripts": { "develop": "gatsby develop", "develop:workers": "wrangler pages dev --proxy 8000", "start": "gatsby develop", "build": "gatsby build", "build:ci": "cross-env NODE_ENV=production gatsby build --verbose && (yarn run sentry:sourcemaps || true)", "serve": "yarn wrangler pages dev public/", "clean": "gatsby clean", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,less,mdx}\"", "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,less,mdx}\"", "sentry:sourcemaps": "sentry-cli sourcemaps inject --org davw-network --project rail-announcements-web ./public && sentry-cli --url https://sentry.service.davw.network sourcemaps upload --org davw-network --project rail-announcements-web ./public" }, "dependencies": { "@cfworker/json-schema": "^1.12.8", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@reach/tabs": "^0.18.0", "@sentry/gatsby": "^7.116.0", "@sentry/tracing": "^7.114.0", "clsx": "^2.1.1", "copy-to-clipboard": "^3.3.3", "crunker": "^2.4.0", "dayjs": "^1.11.11", "gatsby": "^5.13.6", "gatsby-plugin-cloudflare-pages": "^1.0.3", "gatsby-plugin-emotion": "^8.13.1", "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-less": "^7.13.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-provide-react": "^1.0.2", "gatsby-plugin-react-head": "https://github.com/davwheat/gatsby-plugin-react-head", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sharp": "^5.13.1", "gatsby-source-filesystem": "^5.13.1", "gatsby-transformer-sharp": "^5.13.1", "itty-cors": "^0.3.7", "itty-router": "^5.0.17", "mdi-react": "^9.4.0", "nanoid": "^4.0.2", "notistack": "^3.0.1", "react": "^18.3.1", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.3.1", "react-fullscreen-crossbrowser": "^1.1.3", "react-head": "^3.4.2", "react-select": "^5.8.0", "recoil": "^0.7.7", "recoil-persist": "^5.1.0", "recoil-persistence": "^0.3.0-beta.1", "uk-railway-stations": "^1.5.2", "uuid": "^9.0.1" }, "devDependencies": { "@cloudflare/workers-types": "^4.20240529.0", "@sentry/cli": "^2.32.1", "@types/gatsbyjs__reach-router": "^2.0.4", "@types/node": "^20.13.0", "@types/react": "^18.3.3", "@types/react-beautiful-dnd": "^13.1.8", "@types/react-dom": "^18.3.0", "@types/uuid": "^9.0.8", "cross-env": "^7.0.3", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32", "prettier": "^3.2.5", "typescript": "^5.4.5", "wrangler": "^3.58.0" }, "packageManager": "yarn@4.2.2" }