{ "name": "primer-design", "repository": "primer/design", "version": "1.0.0", "scripts": { "start": "gatsby develop", "clean": "gatsby clean", "build": "gatsby build --prefix-paths", "build:preview": "gatsby build", "now-build": "yarn build", "lint": "eslint .", "markdownlint": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!.github\" \"!node_modules\"" }, "dependencies": { "@github/prettier-config": "^0.0.6", "@primer/component-metadata": "^0.5.1", "@primer/gatsby-theme-doctocat": "4.5.1", "@primer/octicons-react": "^17.3.0", "@primer/react": "35.5.0", "@svgr/webpack": "^6.5.1", "@tanstack/react-query": "^4.23.0", "change-case": "^4.1.2", "downloadjs": "^1.4.7", "eslint": "^8.21.0", "eslint-plugin-github": "^4.3.7", "gatsby": "^3.13.1", "gatsby-plugin-alias-imports": "^1.0.5", "gatsby-plugin-postcss": "^4.14.0", "gatsby-plugin-styled-components": "^3.1.2", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-typescript": "^2.12.1", "jspdf": "^2.5.1", "node-fetch": "^2.6.12", "react": "^17.0.2", "react-dom": "^17.0.2", "react-markdown": "^8.0.5", "remark": "^14.0.2", "remark-gfm": "^3.0.1", "styled-components": "^4.2.0", "svg2pdf.js": "^2.2.1", "yarn": "^1.22.18" }, "devDependencies": { "@github/markdownlint-github": "^0.3.0", "markdownlint-cli2": "^0.5.1", "markdownlint-cli2-formatter-pretty": "^0.0.3", "mustache": "^4.2.0", "path-browserify": "^1.0.1" }, "resolutions": { "sharp": "0.29.3" }, "private": true, "prettier": "@github/prettier-config" }