-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.29 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@mdi/js": "^5.3.45",
"@pondorasti/remark-img-links": "^1.0.8",
"@reach/router": "^1.3.4",
"gatsby": "^2.21.37",
"gatsby-image": "^2.4.4",
"gatsby-plugin-manifest": "^2.4.5",
"gatsby-plugin-mdx": "^1.2.39",
"gatsby-plugin-netlify": "^2.3.3",
"gatsby-plugin-offline": "^3.2.3",
"gatsby-plugin-postcss": "^2.3.3",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.4",
"gatsby-remark-highlight-code": "^2.0.0",
"gatsby-remark-images": "^3.3.29",
"gatsby-remark-prismjs": "^3.5.11",
"gatsby-source-filesystem": "^2.3.4",
"gatsby-transformer-remark": "^2.8.25",
"gatsby-transformer-sharp": "^2.5.2",
"prismjs": "^1.24.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-icons": "^4.2.0",
"react-markdown": "^6.0.3",
"react-mathjax": "^1.0.1",
"react-syntax-highlighter": "^15.4.4",
"rehype-katex": "^5.0.0",
"rehype-raw": "^6.0.0",
"rehype-sanitize": "^5.0.0",
"remark-embed-images": "^3.0.1",
"remark-fix-guillemets": "^1.1.1",
"remark-gfm": "^2.0.0",
"remark-math": "^4.0.0",
"remark-parse": "^10.0.0",
"remark-rehype": "^10.0.0",
"remark-stringify": "^10.0.1"
},
"devDependencies": {
"@mdi/react": "^1.4.0",
"cross-env": "^7.0.2",
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.6",
"prettier": "^2.0.5",
"tailwindcss": "^1.4.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "cross-env GATSBY_GRAPHQL_IDE=playground gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}