forked from CloudCannon/eleventy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 949 Bytes
/
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": "eleventy-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"fetch-theme-color": "node utils/fetch-theme-color.js",
"watch:eleventy": "eleventy --serve",
"build:eleventy": "eleventy",
"bookshop:browser": "bookshop-browser",
"start": "npm-run-all watch:eleventy",
"build": "npm-run-all build:eleventy",
"new": "npx @bookshop/init --component"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
"@bookshop/browser": "3.8.1",
"@bookshop/eleventy-engine": "3.8.1",
"@bookshop/generate": "3.8.1",
"@bookshop/sass": "3.8.1",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@bookshop/eleventy-bookshop": "3.8.1",
"eleventy-plugin-embed-everything": "^1.17.0",
"postcss-cloudcannon": "file:postcss-cloudcannon",
"sass": "^1.69.2"
}
}