github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/docs/package.json (about) 1 { 2 "name": "tanka-docs", 3 "private": true, 4 "description": "Docs for Grafana Tanka", 5 "author": "sh0rez <me@shorez.de>", 6 "repository": "https://github.com/grafana/tanka.git", 7 "dependencies": { 8 "@emotion/core": "^10.0.5", 9 "docz": "^2.4.0", 10 "gatsby": "^2.0.0", 11 "gatsby-image": "^3.11.0", 12 "gatsby-plugin-catch-links": "^2.1.21", 13 "gatsby-plugin-manifest": "^2.2.34", 14 "gatsby-plugin-offline": "^3.0.30", 15 "gatsby-plugin-sharp": "^2.3.10", 16 "gatsby-remark-images": "^3.1.39", 17 "gatsby-remark-vscode": "^1.4.0", 18 "gatsby-theme-docz": "^2.4.0", 19 "prop-types": "^15.7.2", 20 "react": "^16.12.0", 21 "react-dom": "^16.12.0", 22 "react-helmet": "^6.1.0", 23 "typeface-fira-mono": "^1.1.13", 24 "typeface-source-sans-pro": "^0.0.75", 25 "typescript": "^4.9.5" 26 }, 27 "devDependencies": { 28 "prettier": "^3.2.5" 29 }, 30 "keywords": [ 31 "gatsby" 32 ], 33 "license": "Apache v2", 34 "scripts": { 35 "build": "gatsby build --prefix-paths", 36 "dev": "gatsby develop", 37 "format": "prettier --write \"**/*.{js,jsx,json,md}\"", 38 "serve": "gatsby serve --prefix-paths", 39 "clean": "gatsby clean" 40 } 41 }