-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.2 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": "uk-dot-matrix",
"private": true,
"description": "Generate a realistic dot matrix display for any UK railway station",
"version": "0.1.0",
"author": {
"name": "David Wheatley",
"email": "[email protected]",
"url": "https://davwheat.dev/"
},
"prettier": "@flarum/prettier-config",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.11.5",
"@fontsource/poppins": "^5.0.14",
"@mpth/react-no-ssr": "^1.0.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"gatsby": "^5.13.6",
"gatsby-plugin-cloudflare-pages": "^1.0.3",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-less": "^7.13.1",
"gatsby-plugin-manifest": "^5.13.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-webpack-size": "^2.0.1",
"jquery": "^3.7.1",
"jquery-resizable-dom": "^0.35.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-head": "^3.4.2",
"react-select": "^5.8.0",
"throttle-debounce": "^5.0.0",
"uk-railway-stations": "^1.6.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@flarum/prettier-config": "^1.0.0",
"@types/color": "^3.0.6",
"@types/react": "^18.3.3",
"@types/throttle-debounce": "^5.0.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"cross-env": "^7.0.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"prettier": "^3.3.2",
"typescript": "^5.5.2",
"wrangler": "^3.61.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production gatsby build",
"build:ci": "cross-env NODE_ENV=production gatsby build --verbose",
"develop": "gatsby develop",
"develop:workers": "wrangler pages dev --proxy 8000",
"format": "prettier --write \"**/*.{js,jsx,json,md,ts,tsx}\"",
"format:check": "prettier --check \"**/*.{js,jsx,json,md,ts,tsx}\"",
"start": "yarn develop",
"serve": "yarn wrangler pages dev public/",
"clean": "gatsby clean"
},
"packageManager": "[email protected]"
}