-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.24 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
{
"name": "help",
"description": "Thoth Station Help",
"version": "0.1.0",
"bugs": {
"url": "https://github.com/thoth-station/help/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@patternfly/patternfly": "^4.192.1",
"@patternfly/react-core": "^4.206.2",
"@patternfly/react-icons": "^4.57.2",
"@patternfly/react-table": "^4.83.1",
"@reach/router": "^1.3.4",
"axios": "^0.27.2",
"gatsby": "^4.13.0",
"gatsby-plugin-copy-files-enhanced": "^1.1.1",
"gatsby-plugin-feed": "^4.13.0",
"gatsby-plugin-gatsby-cloud": "^4.13.0",
"gatsby-plugin-google-analytics": "^4.14.0",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-mdx": "^3.13.0",
"gatsby-plugin-offline": "^5.13.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sass": "^5.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-remark-copy-linked-files": "^5.13.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-remark-prismjs": "^6.13.0",
"gatsby-remark-responsive-iframe": "^5.13.0",
"gatsby-remark-smartypants": "^5.13.0",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-source-git": "^1.1.0",
"gatsby-transformer-remark": "^5.14.0",
"gatsby-transformer-sharp": "^4.13.0",
"gh-pages": "^3.2.3",
"js-yaml": "^4.1.0",
"nanoid": "^3.3.3",
"octokit": "^1.7.2",
"prism-react-renderer": "^1.3.3",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3",
"remark-gfm": "^3.0.1",
"sass": "^1.51.0",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.75"
},
"devDependencies": {
"prettier": "^2.6.2"
},
"homepage": "https://thoth-station.ninja/help",
"repository": {
"type": "git",
"url": "git+https://github.com/thoth-station/help.git"
},
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gh-pages -d public"
}
}