-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 1.11 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
{
"name": "hydra-jekyll-bookshop",
"private": true,
"description": "An website template built by CloudCannon",
"scripts": {
"bookshop-dev": "bookshop -p 6061 -b ./components --fluidns s",
"bookshop-live": "bookshop -b ./site/components --fluidns s -o site/assets/js/bookshop-live.js",
"jekyll": "BUNDLE_GEMFILE=site/Gemfile bundle exec jekyll serve --source site --port 6060 --trace --unpublished",
"start": "run-p bookshop-dev jekyll",
"postinstall": "mkdir -p site/node_modules/.bin/ && ln -sf ../../../node_modules/.bin/postcss site/node_modules/.bin/postcss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudCannon/hydra-jekyll-bookshop-template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CloudCannon/hydra-jekyll-bookshop-template/issues"
},
"homepage": "https://github.com/CloudCannon/hydra-jekyll-bookshop-template#readme",
"devDependencies": {
"@bookshop/renderer": "^2.0.0-alpha.42",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"postcss-fluidvars": "^1.1.1"
}
}