-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 764 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
{
"name": "brevifolia-gridsome-forestry",
"private": true,
"description": "A simple starter blog to get up and developing quickly with Forestry & Gridsome",
"license": "MIT",
"version": "0.1.0",
"author": "kendall strautman",
"scripts": {
"build": "gridsome build",
"dev": "gridsome develop",
"explore": "gridsome explore",
"forestry-preview": "gridsome develop"
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.2",
"gridsome": "^0.7.20",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0"
},
"keywords": [
"gridsome",
"forestry"
],
"repository": {
"type": "git",
"url": "https://github.com/forestryio/brevifolia-gridsome-forestry"
}
}