-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 2.86 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@coreui/react": "^4.11.0",
"@loadable/component": "^5.15.3",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@staticcms/core": "^1.2.12",
"@uiball/loaders": "^1.3.0",
"@uidotdev/usehooks": "^2.4.1",
"bootstrap": "^5.2.3",
"browser-monads": "^1.0.0",
"browser-monads-ts": "^2.0.1",
"flag": "^5.0.1",
"fuse.js": "^7.0.0",
"gatsby": "^5.7.0",
"gatsby-plugin-google-analytics": "^5.7.0",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-mdx": "^5.7.0",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-sass": "^6.7.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-static-cms": "^1.1.2",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"joi": "^17.8.3",
"leaflet": "^1.9.3",
"node-sass": "^8.0.0",
"perfect-scrollbar": "^1.5.5",
"primereact": "^10.0.9",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-bootstrap": "^2.7.2",
"react-collapsible": "^2.10.0",
"react-countdown": "^2.3.5",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.7.1",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-loadable": "^5.5.0",
"react-markdown": "^8.0.5",
"react-modal": "^3.16.1",
"react-player": "^2.11.2",
"react-select": "^5.7.0",
"react-slideshow-image": "^4.2.1",
"react-spring": "^9.7.2",
"react-sticky": "^6.0.3",
"react-topbar-progress-indicator": "^4.1.1",
"rehype-raw": "^6.1.1",
"use-query-params": "^2.2.1"
},
"devDependencies": {
"@types/leaflet": "^1.9.7",
"@types/react-dom": "^18.2.14",
"@types/react-modal": "^3.16.3",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.2.1",
"gatsby-plugin-root-import": "^2.0.9",
"prettier": "^2.8.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"engines": {
"npm": ">=9.0.0",
"node": ">=18.0.0"
}
}