-
Notifications
You must be signed in to change notification settings - Fork 357
/
package.json
67 lines (67 loc) · 2.11 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
{
"name": "primer-design",
"repository": "primer/design",
"version": "1.0.0",
"scripts": {
"start": "gatsby develop",
"clean": "gatsby clean",
"build": "npm run copy:figma-images && gatsby build",
"serve": "gatsby serve",
"build:preview": "npm run copy:figma-images && gatsby build",
"now-build": "yarn build",
"lint": "eslint .",
"markdownlint": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!.github\" \"!node_modules\"",
"copy:figma-images": "mkdir -p public/images && cp -r content/images/figma public/images || true"
},
"dependencies": {
"@github/prettier-config": "^0.0.6",
"@octokit/auth-app": "^4.0.13",
"@octokit/rest": "^19.0.13",
"@primer/component-metadata": "^0.5.1",
"@primer/gatsby-theme-doctocat": "^4.7.1",
"@primer/octicons-react": "^17.3.0",
"@primer/react": "35.5.0",
"@styled-system/props": "^5.1.5",
"@styled-system/prop-types": "5.1.5",
"@styled-system/theme-get": "^5.1.2",
"@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",
"jszip": "^3.10.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",
"usehooks-ts": "^2.9.1",
"yarn": "^1.22.18"
},
"devDependencies": {
"@github/markdownlint-github": "^0.3.0",
"@primer/figma-images": "^0.1.2",
"esm": "^3.2.25",
"fast-glob": "^3.3.2",
"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"
}