-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "company-website-2023",
"version": "1.0.0",
"private": true,
"description": "company-website-2023",
"author": "craigfisk",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build-css": "tailwindcss build -i src/styles.css -o public/styles.css"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.6.1",
"gatsby-plugin-google-tagmanager": "^5.7.0",
"gatsby-plugin-image": "^3.6.0",
"gatsby-plugin-mdx": "^5.7.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.6.0",
"gatsby-plugin-sitemap": "^6.7.0",
"gatsby-remark-responsive-iframe": "^6.7.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"npm": "^9.3.1",
"react": "^18.2.0",
"react-calendly": "^4.1.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"gatsby-plugin-gatsby-cloud": "^5.7.0",
"gatsby-plugin-postcss": "^6.7.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}