-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1010 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
32
33
34
35
36
37
38
{
"name": "gatsby-starter-catalyst-core",
"description": "Gatsby Starter: A basic implementation of Gatsby-Theme-Catalyst-Core",
"version": "3.0.0",
"private": true,
"author": "Eric Howey <[email protected]>",
"dependencies": {
"gatsby": "^2.24.58",
"gatsby-theme-catalyst-core": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"prettier": "^2.1.2"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-plugin"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/ehowey/gatsby-starter-catalyst-core"
},
"bugs": {
"url": "https://github.com/ehowey/gatsby-theme-catalyst/issues"
}
}