-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
72 lines (72 loc) · 2.26 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
{
"name": "gatsby-serif-theme",
"version": "1.0.1",
"author": "Robert Austin <[email protected]>",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"engines": {
"node": ">=12"
},
"engineStrict": true,
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@react-icons/all-files": "^4.1.0",
"bootstrap": "^5.1.0",
"gatsby": "^3.9.1",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-react-leaflet": "^3.0.2",
"gatsby-plugin-sass": "^4.0.2",
"gatsby-remark-external-links": "0.0.4",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-json": "^3.0.0",
"gatsby-transformer-remark": "^4.6.0",
"leaflet": "^1.7.1",
"sass": "^1.43.4",
"postcss": "^8.3.5",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.6",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-leaflet": "^3.2.1",
"react-leaflet-markercluster": "^3.0.0-rc1",
"remark-parse": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/eslint-plugin": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@types/leaflet": "^1.7.4",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"gh-pages": "^3.2.3",
"prettier": "2.3.2"
},
"prettier": {
"tabWidth": 4,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "always"
}
}