-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
85 lines (85 loc) · 2.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"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 --port 8787",
"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",
"serve-audio": "http-server ./audio/ -c-1 --port 8088 --cors"
},
"dependencies": {
"@cfworker/json-schema": "^1.12.8",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@reach/tabs": "^0.18.0",
"@sentry/gatsby": "^7.119.2",
"@sentry/tracing": "^7.114.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"crunker": "^2.4.0",
"dayjs": "^1.11.13",
"gatsby": "^5.13.7",
"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.18",
"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.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"recoil-persistence": "^0.3.0-beta.1",
"uk-railway-stations": "^1.7.0",
"use-html-dialog": "^0.2.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241018.0",
"@sentry/cli": "^2.38.0",
"@types/gatsbyjs__reach-router": "^2.0.5",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^9.0.8",
"cross-env": "^7.0.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"http-server": "^14.1.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"wrangler": "^3.81.0"
},
"packageManager": "[email protected]"
}