-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "osmit",
"version": "1.0.0",
"private": true,
"description": "osmit",
"author": "nicokant",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@loadable/component": "^5.15.2",
"classnames": "^2.3.1",
"gatsby": "^4.4.0",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-matomo": "^0.14.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"gbimage-bridge": "^0.2.1",
"leaflet": "^1.7.1",
"leaflet.fullscreen": "^2.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-html-renderer": "^0.3.3",
"react-leaflet": "^3.2.2",
"react-leaflet-fullscreen": "^2.0.2",
"react-leaflet-fullscreen-plugin": "^1.0.1",
"react-markdown": "^8.0.0",
"react-responsive-embed": "^2.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.1",
"gatsby-plugin-postcss": "^5.4.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.8"
}
}