forked from grafana/tanka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "tanka-docs",
"private": true,
"description": "Docs for Grafana Tanka",
"author": "sh0rez <[email protected]>",
"repository": "https://github.com/grafana/tanka.git",
"dependencies": {
"docz": "^2.3.0-alpha.5",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-catch-links": "^2.1.21",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-remark-images": "^3.1.39",
"gatsby-remark-vscode": "^1.4.0",
"gatsby-theme-docz": "^2.3.0-alpha.5",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"typeface-fira-mono": "^0.0.72",
"typeface-source-sans-pro": "^0.0.75"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "Apache v2",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}