-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 923 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 923 Bytes
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
{
"name": "gatsby-starter-code-notes",
"description": "A simplified bare-bones starter for the Code Notes Gatsby theme",
"private": true,
"version": "1.0.0",
"main": "index.js",
"author": {
"name": "Zander Martineau",
"url": "https://zander.wtf"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"dev": "gatsby develop",
"start": "gatsby serve"
},
"dependencies": {
"gatsby": "^2.23.1",
"gatsby-theme-code-notes": "1.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mrmartineau/gatsby-starter-code-notes"
},
"bugs": {
"url": "https://github.com/mrmartineau/gatsby-starter-code-notes/issues"
},
"devDependencies": {
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-remark-images": "^3.3.10",
"gatsby-source-filesystem": "^2.3.11"
}
}