forked from CloudCannon/justice-eleventy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "justice-eleventy-template",
"version": "0.0.1",
"description": "Law firm themed business template for Eleventy.",
"main": ".eleventy.js",
"scripts": {
"watch:sass": "sass --no-source-map --watch _sass:css",
"watch:eleventy": "eleventy --serve",
"build:sass": "sass --no-source-map _sass:css",
"build:eleventy": "eleventy",
"build": "npm-run-all build:sass build:eleventy",
"start": "npm-run-all build:sass --parallel watch:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudCannon/justice-eleventy-template.git"
},
"keywords": [
"eleventy-template",
"cloudcannon"
],
"author": "CloudCannon",
"contributors": [
"Ross Phillips"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CloudCannon/justice-eleventy-template/issues"
},
"homepage": "https://github.com/CloudCannon/justice-eleventy-template#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"eleventy-plugin-seo": "^0.5.1",
"npm-run-all": "^4.1.5",
"sass": "^1.56.1"
}
}