This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
73 lines (73 loc) · 2.24 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
{
"name": "gatsby-starter-procyon",
"description": "An opinionated Gatsby starter designed for trash-eating pandas.",
"version": "0.0.21",
"author": "Daniel Mahon <[email protected]>",
"dependencies": {
"apollo-cache-inmemory": "1.1.12",
"apollo-client": "2.2.8",
"apollo-link-context": "1.0.7",
"apollo-link-http": "1.5.3",
"apollo-link-state": "0.4.1",
"draft-convert": "2.0.1",
"draftjs-md-converter": "0.1.7",
"gatsby": "1.9.246",
"gatsby-link": "1.6.40",
"gatsby-plugin-manifest": "1.0.15",
"gatsby-plugin-netlify": "1.0.19",
"gatsby-plugin-offline": "1.0.15",
"gatsby-plugin-react-helmet": "2.0.10",
"gatsby-plugin-react-next": "1.0.11",
"gatsby-source-graphcms": "1.0.0-alpha.1",
"graphql-tag": "2.8.0",
"immutable": "3.8.2",
"markdown-draft-js": "0.6.2",
"material-ui": "1.0.0-beta.40",
"mdi-material-ui": "3.2.0",
"medium-draft": "0.6.0-beta1",
"netlify-identity-widget": "1.4.11",
"react-apollo": "2.1.3",
"react-helmet": "5.2.0",
"react-markdown": "3.3.0",
"typeface-merriweather": "0.0.54",
"typeface-open-sans": "0.0.54"
},
"keywords": [
"gatsby",
"graphcms",
"starter",
"boilerplate",
"draftjs",
"procyon",
"material-ui",
"apollo"
],
"license": "MIT",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop --https --port 5000",
"format": "prettier --write 'src/**/*.js'",
"lint": "stylelint './src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"release:minor": "versionist --minor",
"release:patch": "versionist --patch",
"release:major": "versionist --major"
},
"devDependencies": {
"@danielmahon/versionist-plugins": "1.3.0",
"prettier": "1.11.1",
"stylelint": "9.2.0",
"stylelint-config-standard": "18.2.0",
"stylelint-processor-glamorous": "0.3.0",
"versionist": "github:danielmahon/versionist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielmahon/gatsby-starter-procyon.git"
},
"bugs": {
"url": "https://github.com/danielmahon/gatsby-starter-procyon/issues"
},
"homepage": "https://github.com/danielmahon/gatsby-starter-procyon#readme"
}