-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
122 lines (122 loc) · 4.38 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "mastdatabase-co-uk",
"private": true,
"description": "",
"version": "0.1.0",
"author": {
"name": "David Wheatley",
"email": "[email protected]",
"url": "https://davwheat.dev/"
},
"dependencies": {
"@matejmazur/react-katex": "^3.1.3",
"@material-ui/core": "^4.12.4",
"@material-ui/styles": "^4.11.5",
"@mdx-js/react": "^2.3.0",
"@reach/tabs": "^0.18.0",
"@sentry/gatsby": "^8.30.0",
"@slixites/gatsby-plugin-google-fonts": "^1.1.1",
"active-resource": "^1.0.0-beta.7",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"file-saver": "^2.0.5",
"font-color-contrast": "^11.1.0",
"fuse.js": "^6.6.2",
"gatsby": "^5.13.7",
"gatsby-plugin-canonical-urls": "^5.13.1",
"gatsby-plugin-cloudflare-pages": "^1.0.3",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-less": "^7.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-head": "https://github.com/davwheat/gatsby-plugin-react-head",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-remove-console": "^0.0.2",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-react-router-scroll": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-local-git": "^1.3.0",
"gatsby-transformer-sharp": "^5.13.1",
"get-best-contrast-color": "^0.3.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"katex": "^0.16.10",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"leaflet.sync": "^0.2.4",
"mdi-react": "^9.4.0",
"mobile-spectrum-data": "^1.24.0",
"nanoid": "^4.0.2",
"prop-types": "^15.8.1",
"rbush": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-full-screen": "^1.1.1",
"react-head": "^3.4.2",
"react-hooks-visible": "^1.1.1",
"react-leaflet": "^4.2.1",
"react-use-error-boundary": "^3.0.0",
"reading-time": "^1.5.0",
"recoil": "^0.7.7",
"recoil-persistence": "^0.3.0-beta.1",
"remark-gfm": "^1.0.0",
"remark-math": "^3.0.1",
"remark-twemoji": "^0.1.1",
"screenfull": "^6.0.2",
"throttle-debounce": "^5.0.2",
"twemoji": "^14.0.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@sentry/cli": "^2.32.1",
"@sentry/webpack-plugin": "^2.22.4",
"@types/color": "^3.0.6",
"@types/file-saver": "^2.0.7",
"@types/leaflet": "^1.9.12",
"@types/leaflet.markercluster": "^1.5.4",
"@types/material-ui": "^0.21.17",
"@types/rbush": "^3.0.4",
"@types/react": "^18.3.5",
"@types/throttle-debounce": "^5.0.2",
"@types/uuid": "^9.0.8",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-mdx": "^2.3.4",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"wrangler": "^3.78.2"
},
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production gatsby build",
"build:ci": "cross-env NODE_ENV=production GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages --verbose && (yarn run sentry:sourcemaps || true)",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,less,mdx}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,less,mdx}\"",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint . --ext md,mdx",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org davw-network --project mastdatabase ./public && sentry-cli --url https://sentry.service.davw.network sourcemaps upload --org davw-network --project mastdatabase ./public"
},
"packageManager": "[email protected]",
"resolutions": {
"underscore.inflection": "davwheat/underscore.inflection#master",
"@types/react": "^18",
"acorn": "^8"
}
}