forked from ETCCooperative/etc-cooperative-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 834 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
{
"name": "gatsby-theme-sky-lite-starter",
"version": "1.2.1",
"main": "index.js",
"author": "Ryan Bell <[email protected]> (@iRyanBell)",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.20.8",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-theme-sky-lite": "github:ETCCooperative/gatsby-theme-sky-lite#main",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"styled-components": "^4.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vim-labs/gatsby-theme-sky-lite-starter.git"
},
"bugs": {
"url": "https://github.com/vim-labs/gatsby-theme-sky-lite-starter/issues"
},
"homepage": "https://github.com/vim-labs/gatsby-theme-sky-lite-starter#readme"
}