generated from 5t3ph/11ty-sass-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.37 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
{
"name": "fed-notes",
"version": "1.0.0",
"description": "Federal Field Notes is a newsletter about digital transformation in the federal Government of Canada.",
"main": "index.html",
"scripts": {
"watch:sass": "sass --no-source-map --watch src/_sass:public/css",
"watch:eleventy": "NODE_ENV=development eleventy --serve",
"build:sass": "sass --no-source-map src/_sass:public/css",
"build:eleventy": "NODE_ENV=production eleventy",
"postbuild": "postcss public/css/*.css -u autoprefixer cssnano -r --no-map",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:sass build:eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pcraig3/fed-notes"
},
"author": "pcraig3",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"cssnano": "^6.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"sass": "^1.71.1"
},
"browserslist": [
"> 0.5%",
"not IE 11"
],
"devDependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@aloskutov/eleventy-plugin-external-links": "^1.4.6",
"eleventy-plugin-footnotes": "^0.11.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-toc-done-right": "^4.2.0",
"prettier": "3.2.5",
"string": "^3.3.3"
}
}