-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.05 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
{
"name": "vonge-jekyll-bookshop-template",
"description": "Vonge template for CloudCannon",
"scripts": {
"bookshop-dev": "bookshop-browser -p 6086 -b ./components",
"bookshop-hosted": "bookshop-browser -b ./components -o site/js/bookshop-hosted.js",
"bookshop-live": "bookshop-live -b ./components -o site/_cloudcannon/bookshop-live.js",
"jekyll": " bundle exec jekyll serve --source site --port 6060 --trace --unpublished",
"start": "run-p bookshop-dev jekyll",
"install-jekyll": "bundle install",
"build-jekyll": "bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bglw/bookshop-example.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bglw/bookshop-example/issues"
},
"homepage": "https://github.com/bglw/bookshop-example#readme",
"devDependencies": {
"@bookshop/jekyll-engine": "3.12.0",
"@bookshop/browser": "3.12.0",
"@bookshop/live": "3.12.0",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"prettier": "^3.3.3"
}
}