-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "less-style-library-docs",
"version": "1.3.0",
"private": true,
"description": "less-style-library-docs",
"author": "rick b",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@deckdeckgo/highlight-code": "^3.4.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"base-64": "^1.0.0",
"gatsby": "^4.0.0",
"gatsby-plugin-google-gtag": "^4.23.0",
"gatsby-plugin-less": "^5.15.0",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-minify": "^0.5.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-remark-highlight-code": "^3.3.0",
"gatsby-source-filesystem": "^4.23.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"less-plugin-glob": "^3.0.0",
"less-style-library": "^2.0.0",
"loader-utils": "^2.0.0",
"lodash": "^4.17.21",
"path": "^0.12.7"
}
}