-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
31 lines (31 loc) · 1.19 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": "sendit_eleventy",
"version": "1.0.1",
"description": "Sendit is a email marketing tool which ensure the business growth",
"scripts": {
"bookshop:watch": "bookshop-browser",
"bookshop-sass:fetch-theme-color": "node site/js/fetch-theme-color.js",
"bookshop-sass:build": "bookshop-sass -b component-library -o site/css/theme.css",
"bookshop-sass:watch": "bookshop-sass -b component-library -o site/css/theme.css -w",
"eleventy:build": "ELEVENTY_ENV=production eleventy",
"eleventy:watch": "ELEVENTY_ENV=development eleventy --serve",
"start": "npm-run-all bookshop-sass:fetch-theme-color bookshop-sass:build --parallel bookshop-sass:watch bookshop:watch eleventy:watch"
},
"author": "CloudCannon",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^1.0.1",
"@11tyrocks/eleventy-plugin-emoji-readtime": "^1.0.1",
"@bookshop/browser": "3.3.3",
"@bookshop/eleventy-bookshop": "3.3.3",
"@bookshop/eleventy-engine": "3.3.3",
"@bookshop/generate": "3.3.3",
"eleventy-plugin-wordcount": "^1.0.5",
"markdown-it": "^13.0.1",
"npm-run-all": "^4.1.5",
"punycode": "^2.1.1"
},
"devDependencies": {
"@bookshop/sass": "3.3.3"
}
}