-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.38 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
68
69
70
71
72
73
74
75
76
{
"name": "petetasker.com",
"private": true,
"description": "My Gatsby Site",
"version": "0.1.0",
"author": "Peter Tasker [email protected]>",
"bugs": {
"url": "https://github.com/ptasker/petetasker.com-gatsby-site/"
},
"dependencies": {
"@mdx-js/mdx": "^2.1.2",
"@mdx-js/react": "^2.1.2",
"formik": "^2.2.9",
"gatsby": "^4.20.0",
"gatsby-image": "^2.4.4",
"gatsby-plugin-disqus": "^1.2.4",
"gatsby-plugin-feed": "^4.20.0",
"gatsby-plugin-google-analytics": "^4.20.0",
"gatsby-plugin-google-gtag": "^4.20.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^4.20.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-offline": "^5.20.0",
"gatsby-plugin-react-helmet": "^5.20.0",
"gatsby-plugin-sass": "^5.20.0",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-plugin-typography": "^4.20.0",
"gatsby-remark-autolink-headers": "^5.20.0",
"gatsby-remark-copy-linked-files": "^5.20.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.20.0",
"gatsby-remark-prismjs": "^6.20.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-responsive-iframe": "^5.20.0",
"gatsby-remark-smartypants": "^5.20.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-transformer-remark": "^5.20.0",
"gatsby-transformer-sharp": "^4.20.0",
"node-sass": "^7.0.1",
"prismjs": "^1.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-mailchimp-form": "^1.0.2",
"react-typography": "^0.16.20",
"tailwindcss": "^3.1.7",
"typeface-merriweather": "1.1.13",
"typeface-montserrat": "1.1.13",
"typewriter-effect": "^2.19.0",
"typography": "^0.16.21",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"prettier": "2.7.1"
},
"homepage": "https://petetasker.com",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/ptasker/petetasker.com-gatsby-site"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}