-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.73 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
{
"name": "max-mckinney-gatsby",
"description": "Max McKinney's personal portfolio website built with Gatsby, React, and GraphQL.",
"version": "1.0.0",
"author": "Max McKinney <[email protected]>",
"dependencies": {
"@heroicons/react": "2.1.1",
"@tailwindcss/typography": "0.5.10",
"autoprefixer": "10.4.17",
"gatsby": "5.13.3",
"gatsby-plugin-google-analytics": "5.13.1",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-layout": "4.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-postcss": "6.13.1",
"gatsby-plugin-react-helmet": "6.13.1",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-remark-images": "7.13.1",
"gatsby-remark-images-medium-zoom": "*1.7.0",
"gatsby-remark-responsive-iframe": "6.13.1",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-remark": "6.13.1",
"gatsby-transformer-sharp": "5.13.1",
"npm": "10.4.0",
"postcss": "8.4.35",
"prop-types": "*15.8.1",
"react": "*18.2.0",
"react-countup": "6.5.0",
"react-dom": "*18.2.0",
"react-helmet": "*6.1.0",
"react-lottie": "*1.2.4",
"tailwindcss": "3.4.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^3.2.5"
},
"repository": {
"type": "git",
"url": "https://github.com/MaxMcKinney/max-mckinney-gatsby"
}
}