-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 2.16 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
{
"name": "actonmass-website",
"version": "1.0.0",
"private": true,
"description": "ActOnMass website",
"author": "Florian Pagnoux, Jordan Williams, Evan Lynch",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "NODE_OPTIONS=\"--max-old-space-size=8192\" gatsby develop",
"dev": "netlify dev",
"start": "gatsby develop",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"serve": "gatsby serve",
"clean": "gatsby clean",
"cms": "netlify-cms-proxy-server"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mdx-js/react": "^3.0.1",
"dot": "^1.1.3",
"gatsby": "^5.0.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-netlify-cms": "^7.12.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"gatsby-plugin-sass": "^6.0.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-typescript": "^5.13.1",
"gatsby-redirect-from": "^0.3.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"js-yaml": "^4.1.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"netlify-cli": "^3.17.2",
"netlify-cms-app": "^2.14.40",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-hubspot-form": "^1.3.7",
"react-leaflet": "^3.1.0",
"react-markdown": "^5.0.3",
"react-modal": "^3.12.1",
"sass": "^1.32.8",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"sharp": "^0.30.5",
"yarn": "^1.22.10"
},
"devDependencies": {
"netlify-cms-proxy-server": "^1.3.12",
"typescript": "^5.3.3"
}
}