forked from CloudCannon/vonge-jekyll-bookshop-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.2 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
{
"name": "vonge-jekyll-bookshop-template",
"private": true,
"description": "Vonge template for CloudCannon",
"scripts": {
"bookshop": "bookshop-browser",
"jekyll:install": "BUNDLE_GEMFILE=site/Gemfile bundle install",
"bookshop-dev": "bookshop-browser -p 6086 -b ./component-library",
"bookshop-hosted": "bookshop-browser -b ./component-library -o site/js/bookshop-hosted.js",
"bookshop-live": "bookshop-live -b ./component-library -o site/_cloudcannon/bookshop-live.js",
"jekyll": "BUNDLE_GEMFILE=site/Gemfile bundle exec jekyll serve --source site --port 6060 --trace --unpublished",
"start": "run-p bookshop jekyll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudCannon/vonge-jekyll-bookshop-template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CloudCannon/vonge-jekyll-bookshop-template/issues"
},
"homepage": "https://github.com/CloudCannon/vonge-jekyll-bookshop-template#readme",
"devDependencies": {
"@bookshop/browser": "3.9.0",
"@bookshop/jekyll-engine": "3.9.0",
"@bookshop/live": "3.9.0",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@bookshop/generate": "3.9.0"
}
}