forked from pantheon-systems/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.29 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
{
"name": "pantheon-documentation",
"private": true,
"description": "The Pantheon Documentation powered by Gatsby, Markdown and MDX",
"version": "0.1.0",
"author": "[email protected]",
"bugs": {
"url": "https://github.com/pantheon-systems/documentation/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"bootstrap": "^3.4.1",
"dotenv": "^10.0.0",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"gatsby": "^3.9.1",
"gatsby-image": "^3.9.0",
"gatsby-plugin-feed": "^3.9.0",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-google-tagmanager": "^3.9.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-page-creator": "^3.9.0",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-sass": "^4.9.0",
"gatsby-plugin-segment-js": "^3.7.1",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-plugin-sitemap": "^4.5.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-autolink-headers": "^4.6.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^4.6.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-heading-slug": "^0.2.0",
"gatsby-remark-images": "^5.6.0",
"gatsby-remark-prismjs": "^5.6.0",
"gatsby-remark-responsive-iframe": "^4.6.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-transformer-json": "^3.9.0",
"gatsby-transformer-remark": "^4.6.0",
"gatsby-transformer-sharp": "^3.9.0",
"gatsby-transformer-yaml": "^3.9.0",
"highlight.js": "^11.1.0",
"jest": "^27.0.6",
"new-github-issue-url": "^0.2.1",
"node-font-awesome": "^1.0.2",
"node-sass": "^6.0.1",
"postcss": "^8.2.15",
"prismjs": "^1.27.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.2",
"remark-github-plugin": "^1.4.0",
"remove": "^0.1.5",
"showdown": "^1.9.1",
"tocbot": "^4.18.2"
},
"devDependencies": {
"@octokit/rest": "^16.43.1",
"date-fns": "^2.22.1",
"lighthouse": "^5.6.0",
"prettier": "^2.3.2",
"react-date-range": "^1.3.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"
},
"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"
}
}