-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.94 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "venture-eleventy-bookshop-template",
"version": "1.0.0",
"description": "Venture is a polished, marketing website template for Eleventy.",
"scripts": {
"fetch-theme-variables": "node ./utils/fetch-theme-variables.js",
"bookshop-sass:build": "bookshop-sass -b component-library -o css/bookshop.css",
"bookshop-sass:watch": "bookshop-sass -b component-library -o css/bookshop.css -w",
"bookshop:browser": "bookshop-browser",
"bookshop:new": "npx @bookshop/init --component",
"bookshop:update": "npx @bookshop/up@latest",
"eleventy:build": "eleventy",
"eleventy:watch": "ELEVENTY_ENV=development eleventy --serve",
"sass:watch": "sass --no-source-map --watch src/assets/styles:css",
"sass:build": "sass --no-source-map src/assets/styles:css",
"prebuild": "del-cli \"_site/*\" \"!_site/optimized\"",
"build": "npm-run-all fetch-theme-variables sass:build bookshop-sass:build eleventy:build",
"start": "npm-run-all fetch-theme-variables sass:build bookshop-sass:build --parallel bookshop-sass:watch sass:watch bookshop:browser eleventy:watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudCannon/venture-eleventy-bookshop-template.git"
},
"author": "CloudCannon <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/CloudCannon/venture-eleventy-bookshop-template/issues"
},
"homepage": "https://github.com/CloudCannon/venture-eleventy-bookshop-template#readme",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@bookshop/browser": "3.12.0",
"@bookshop/eleventy-bookshop": "3.12.0",
"@bookshop/eleventy-engine": "3.12.0",
"@bookshop/generate": "3.12.0",
"@bookshop/sass": "3.12.0",
"body-scroll-lock": "4.0.0-beta.0",
"del-cli": "^6.0.0",
"eleventy-plugin-svg-contents": "^0.7.0",
"esbuild": "^0.24.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"npm-run-all": "^4.1.5",
"sass": "^1.80.5",
"sharp": "^0.33.5"
}
}