forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 833 Bytes
/
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
{
"name": "gatsby-example-using-asciidoc",
"private": true,
"description": "Gatsby example site using the Asciidoc transformer plugin",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"asciidoctor.js": "^1.5.6-preview.1",
"gatsby": "^3.13.0",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-source-filesystem": "^2.0.1",
"lodash": "^4.17.10",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-typography": "^0.16.13",
"slash": "^1.0.0",
"typography": "^0.16.6",
"typography-breakpoint-constants": "^0.15.10"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "npm run develop"
}
}