-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.17 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.17 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
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
{
"name": "matthew-dalys-blog",
"version": "1.0.0",
"private": true,
"description": "Matthew Dalys Blog",
"author": "Matthew Daly",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby clean && gatsby build && gh-pages -d public -b master",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"feed": "^4.2.2",
"gatsby-plugin-csp": "^1.1.3",
"gatsby-plugin-google-analytics": "^4.4.0",
"gatsby-plugin-google-tagmanager": "^4.16.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-mdx": "^3.9.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-opensearch": "^1.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"graphql-type-json": "^0.3.2",
"lunr": "^2.3.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"@types/lunr": "^2.3.4",
"@types/mdx-js__react": "^1.5.3",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"autoprefixer": "^10.4.0",
"disqus-react": "^1.1.0",
"eslint": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby": "^4.9.3",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-postcss": "^5.9.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-remark-images": "^6.4.0",
"gh-pages": "^4.0.0",
"postcss": "^8.4.5",
"prism-oceanic-next": "^1.0.0",
"prism-react-renderer": "^1.3.1",
"prismjs": "^1.23.0",
"query-string": "^7.0.1",
"react-live": "^2.2.3",
"tailwindcss": "^3.0.7",
"typescript": "^4.5.4"
}
}