-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.96 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
{
"name": "civic-actions-homesite",
"version": "1.0.0",
"private": true,
"description": "CivicActions Homesite",
"author": "Yodart",
"keywords": [
"gatsby"
],
"dependencies": {
"@aaronhayes/react-use-hubspot-form": "^2.1.1",
"@reach/router": "^1.3.4",
"babel-preset-gatsby": "^3.12.0",
"gatsby": "^5.12.4",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-google-gtag": "^5.12.1",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-node-fields": "^3.1.0",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.1",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-remark-autolink-headers": "^6.12.1",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-source-greenhouse-job-board": "^1.0.4",
"gatsby-source-strapi": "^3.3.1",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"intersection-observer": "^0.12.2",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"react-scrollspy": "^3.4.3",
"react-tabs": "^6.0.2",
"sass": "^1.67.0"
},
"devDependencies": {
"@danbruegge/gatsby-plugin-stylelint": "^4.1.0",
"gh-pages": "^6.0.0",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-declaration-use-variable": "^1.7.3"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby clean && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby clean && gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}