forked from Mergifyio/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.39 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "docs",
"private": true,
"scripts": {
"build": "gatsby build",
"cf-build": "bash ./cf-build.sh",
"serve": "gatsby serve",
"develop": "gatsby develop",
"eslint": "eslint src",
"test": "jest"
},
"remarkConfig": {
"settings": {
"bullet": "-"
},
"plugins": [
"remark-preset-lint-markdown-style-guide",
"remark-frontmatter",
[
"remark-lint-ordered-list-marker-value",
[
2,
"ordered"
]
],
[
"remark-lint-list-item-indent",
[
2,
"space"
]
],
[
"remark-lint-maximum-heading-length",
[
2,
80
]
],
[
"remark-lint-no-file-name-irregular-characters",
false
]
]
},
"dependencies": {
"@algolia/client-search": "^4.20.0",
"@chakra-ui/gatsby-plugin": "^3.1.3",
"@chakra-ui/react": "^2.8.1",
"@ctrl/tinycolor": "^4.0.2",
"@fec/remark-a11y-emoji": "^3.1.0",
"@mdx-js/react": "^2.3.0",
"@parcel/watcher": "^2.3.0",
"@react-icons/all-files": "^4.1.0",
"@stoplight/elements": "^7.13.7",
"algoliasearch": "^4.20.0",
"canvas": "^2.11.2",
"fenceparser": "^2.2.0",
"fuse.js": "^6.6.2",
"gatsby": "^5.12.7",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-manifest": "^5.12.1",
"gatsby-plugin-mdx": "^5.12.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^6.12.1",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sitemap": "^6.12.1",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-remark-autolink-headers": "^6.12.1",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-graphviz": "^5.12.0",
"gatsby-remark-images": "^7.12.1",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-remark": "^6.12.1",
"github-slugger": "^2.0.0",
"graphql": "^16.8.1",
"https-browserify": "^1.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"parse-numeric-range": "^1.3.0",
"path-browserify": "^1.0.1",
"polished": "^4.2.2",
"prism-react-renderer": "^2.1.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-markdown": "^8.0.7",
"react-use": "^17.4.0",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-react": "^8.0.0",
"remark-frontmatter": "^5.0.0",
"remark-typescript": "^0.6.1",
"stream-http": "^3.2.0",
"unist-util-visit": "^5.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@types/prismjs": "^1.26.1",
"babel-eslint": "^10.1.0",
"dotenv": "^16.3.1",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-mdx": "^2.2.0",
"eslint-plugin-mdx": "^2.2.0",
"prettier": "^3.0.3",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"typescript": "^5.2.2"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.3.0"
}
}