-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "gatsby-starter-orga",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby and Orga",
"version": "1.0.0",
"author": "Xiaoxing Hu <xiaoxing@huxx.org>",
"dependencies": {
"gatsby": "^2.17.1",
"gatsby-theme-orga": "^1.8.4",
"react": "^16.11.0",
"react-dom": "^16.11.0"
},
"devDependencies": {
"npm-check": "^5.9.0",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby",
"org-mode",
"orga"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"predevelop": "rm -rf .cache",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"check": "npm-check -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orgapp/gatsby-starter-orga.git"
},
"bugs": {
"url": "https://github.com/orgapp/gatsby-starter-orga/issues"
},
"homepage": "https://github.com/orgapp/gatsby-starter-orga#readme",
"main": "gatsby-browser.js"
}