forked from davwheat/rail-announcements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.22 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
{
"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",
"start": "gatsby develop",
"build": "gatsby build",
"build:ci": "cross-env NODE_ENV=production gatsby build --verbose && yarn run sentry:sourcemaps",
"serve": "gatsby serve",
"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": "yarn sentry-cli sourcemaps inject --org davwheat --project rail-announcements ./public && sentry-cli sourcemaps upload --org davwheat --project rail-announcements ./public"
},
"dependencies": {
"@material-ui/styles": "^4.11.5",
"@sentry/gatsby": "^7.90.0",
"@sentry/tracing": "^7.90.0",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"crunker": "^2.3.0",
"dayjs": "^1.11.10",
"gatsby": "^5.13.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-less": "^7.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-react-head": "https://github.com/davwheat/gatsby-plugin-react-head",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"mdi-react": "^9.3.0",
"nanoid": "^4.0.2",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-fullscreen-crossbrowser": "^1.1.3",
"react-head": "^3.4.2",
"react-select": "^5.8.0",
"react-tabs": "^6.0.2",
"recoil": "^0.7.7",
"recoil-persistence": "^0.3.0-beta.1",
"uk-railway-stations": "^1.5.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@sentry/cli": "^2.23.0",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/uuid": "^9.0.7",
"cross-env": "^7.0.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}