github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/docs/package.json (about)

     1  {
     2    "name": "golangci-lint.run",
     3    "private": true,
     4    "version": "1.0.0",
     5    "description": "",
     6    "author": "",
     7    "license": "MIT",
     8    "dependencies": {
     9      "@emotion/react": "^11.4.1",
    10      "@emotion/styled": "^11.3.0",
    11      "@mdx-js/mdx": "^1.6.22",
    12      "@mdx-js/react": "^1.6.16",
    13      "gatsby": "^2.32.13",
    14      "gatsby-alias-imports": "^1.0.6",
    15      "gatsby-plugin-canonical-urls": "^2.10.0",
    16      "gatsby-plugin-catch-links": "^2.10.0",
    17      "gatsby-plugin-emotion": "^5.0.0",
    18      "gatsby-plugin-google-analytics": "^3.13.0",
    19      "gatsby-plugin-manifest": "^2.12.1",
    20      "gatsby-plugin-mdx": "^2.13.0",
    21      "gatsby-plugin-netlify": "^2.11.1",
    22      "gatsby-plugin-netlify-cache": "^2.0.0",
    23      "gatsby-plugin-offline": "^4.13.0",
    24      "gatsby-plugin-react-helmet": "^3.10.0",
    25      "gatsby-plugin-react-svg": "^3.0.1",
    26      "gatsby-plugin-robots-txt": "^1.6.9",
    27      "gatsby-plugin-sharp": "^3.10.2",
    28      "gatsby-plugin-sitemap": "^4.9.0",
    29      "gatsby-remark-autolink-headers": "^2.11.0",
    30      "gatsby-remark-copy-linked-files": "^4.10.0",
    31      "gatsby-remark-embedder": "^4.2.0",
    32      "gatsby-remark-external-links": "0.0.4",
    33      "gatsby-remark-images": "^3.11.1",
    34      "gatsby-remark-mermaid": "^2.1.0",
    35      "gatsby-remark-responsive-iframe": "^2.11.0",
    36      "gatsby-source-filesystem": "^2.11.1",
    37      "gatsby-transformer-remark": "^2.16.1",
    38      "gatsby-transformer-sharp": "^2.12.1",
    39      "gatsby-transformer-yaml": "^2.11.0",
    40      "polished": "^4.1.3",
    41      "prism-react-renderer": "^1.2.1",
    42      "prop-types": "^15.7.2",
    43      "puppeteer": "^10.2.0",
    44      "react": "^17.0.2",
    45      "react-dom": "^17.0.2",
    46      "react-headroom": "^3.1.1",
    47      "react-helmet": "^6.1.0",
    48      "react-icons": "^4.2.0",
    49      "react-live": "^2.3.0",
    50      "url-join": "^4.0.1"
    51    },
    52    "devDependencies": {},
    53    "scripts": {
    54      "build": "make -C .. expand_website_templates && gatsby build",
    55      "start": "gatsby develop",
    56      "serve": "gatsby serve",
    57      "clean": "gatsby clean"
    58    }
    59  }