-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.03 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
{
"name": "eleventy-base-blog",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"build": "ELEVENTY_ENV=prod npx @11ty/eleventy",
"debug": "DEBUG=* npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve",
"watch": "ELEVENTY_ENV=dev npx @11ty/eleventy --watch",
"deploy": "push-dir --dir=_site --branch=gh-pages --dotfiles --cleanup"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"eleventy-plugin-postcss": "^1.0.4",
"luxon": "^3.0.4",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-attrs": "^4.1.4",
"postcss": "^8.4.18",
"postcss-import": "^15.0.0",
"postcss-nesting": "^10.2.0",
"postcss-preset-env": "^7.8.2",
"push-dir": "^0.4.1"
}
}