forked from MakeContributions/markdown-dungeon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.22 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
{
"name": "markdown-dungeon",
"version": "1.0.0",
"repository": "https://github.com/MakeContributions/markdown-dungeon.git",
"author": "MakeContributions <tsaibot@outlook.com>",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"gatsby": "^2.24.67",
"gatsby-image": "^2.4.20",
"gatsby-plugin-catch-links": "^2.3.14",
"gatsby-plugin-manifest": "^2.4.33",
"gatsby-plugin-offline": "^3.2.30",
"gatsby-plugin-react-helmet": "^3.3.12",
"gatsby-plugin-sharp": "^2.6.38",
"gatsby-remark-autolink-headers": "^2.3.14",
"gatsby-plugin-typography": "^2.5.12",
"gatsby-remark-prismjs": "^3.5.15",
"gatsby-source-filesystem": "^2.3.32",
"gatsby-transformer-remark": "^2.8.37",
"gatsby-transformer-sharp": "^2.5.16",
"prism-themes": "^1.4.1",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^6.1.0",
"react-scripts": "^3.4.3",
"react-typography": "^0.16.19",
"react-device-detect": "^1.14.0",
"typography": "^0.16.19",
"typography-plugin-code": "^0.16.19",
"typography-theme-github": "^0.16.19"
}
}