-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 1.06 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
{
"name": "hydra-jekyll-bookshop",
"private": true,
"description": "A website template built by CloudCannon",
"scripts": {
"bookshop": "bookshop-browser",
"jekyll": "BUNDLE_GEMFILE=site/Gemfile bundle exec jekyll serve --port 6060 --trace --unpublished --source site",
"start": "run-p bookshop 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/browser": "3.3.0",
"@bookshop/jekyll-engine": "3.3.0",
"@bookshop/live": "3.3.0",
"@bookshop/generate": "3.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"postcss-fluidvars": "^1.1.1"
}
}