-
Notifications
You must be signed in to change notification settings - Fork 663
/
package.json
98 lines (98 loc) · 3.32 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "pantheon-documentation",
"private": true,
"description": "The Pantheon Documentation powered by Gatsby, Markdown and MDX",
"version": "0.1.0",
"author": "docs@pantheon.io",
"bugs": {
"url": "https://github.com/pantheon-systems/documentation/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@pantheon-systems/pds-toolkit-react": "^1.0.0-dev.106",
"algoliasearch": "^4.14.3",
"babel-plugin-remove-graphql-queries": "^4.25.0",
"bootstrap": "^3.4.1",
"dotenv": "^10.0.0",
"fs": "0.0.1-security",
"gatsby": "^5.13.4",
"gatsby-cli": "^4.25.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^4.25.0",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^2.15.0",
"gatsby-plugin-page-creator": "^5.13.1",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-segment-js": "^4.0.3",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-autolink-headers": "^5.25.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^5.25.0",
"gatsby-remark-embed-markdown": "0.0.4",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-github": "^2.0.0",
"gatsby-remark-grid-tables": "^0.1.0",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^6.25.0",
"gatsby-remark-responsive-iframe": "^5.25.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-json": "^4.25.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml": "^4.25.0",
"highlight.js": "^11.7.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.7.2",
"new-github-issue-url": "^0.2.1",
"postcss": "^8.4.21",
"prismjs": "^1.29.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.38.3",
"react-markdown": "^6.0.3",
"remark-github-plugin": "^1.4.0",
"remove": "^0.1.5",
"showdown": "^1.9.1",
"tocbot": "^4.20.0"
},
"devDependencies": {
"@octokit/rest": "^16.43.2",
"date-fns": "^2.29.3",
"mark.js": "^8.11.1",
"prettier": "^2.8.3",
"react-date-range": "^1.4.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/pantheon-systems/documentation.git"
},
"engines": {
"node": ">=18.0.0 <20.0.0"
},
"scripts": {
"build": "gatsby build --prefix-paths --log-pages",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve --prefix-paths",
"lighthouse-run": "node ./tests/lighthouse/lighthouse.run.js",
"lighthouse-run-local": "node ./tests/lighthouse/lighthouse.run.local.js",
"lighthouse-test": "jest ./tests/lighthouse/lighthouse.test.js",
"lighthouse-pr-comment": "node ./tests/lighthouse/createPullRequestComment.js"
}
}