-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 KB
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": "Josh-Beck.github.io/",
"homepage": "https://Josh-Beck.github.io/",
"private": true,
"description": "Joshua Beck's Portfolio Website",
"version": "2.0.1",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby clean && gatsby build && echo josh-beck.com > ./public/CNAME && gh-pages -d public"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"gatsby": "^5.10.0",
"gatsby-plugin-google-gtag": "^5.15.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-remark-autolink-headers": "^6.11.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-remark": "^6.10.0",
"gh-pages": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"gatsby-plugin-postcss": "^6.11.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}