-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
35 lines (35 loc) · 963 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
34
35
{
"name": "11ty-netlify-jumpstart",
"version": "2.0.1",
"description": "Quickly launch an 11ty-generated static site. Includes a minimal Sass framework, generated sitemap, and RSS feed.",
"main": "index.html",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"bump": "npm --no-git-tag-version version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5t3ph/11ty-netlify-jumpstart.git"
},
"keywords": [],
"author": "5t3ph",
"license": "ISC",
"bugs": {
"url": "https://github.com/5t3ph/11ty-netlify-jumpstart/issues"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7"
},
"browserslist": [
"> 0.25%",
"not dead"
],
"dependencies": {
"@11tyrocks/eleventy-plugin-sass-lightningcss": "^1.2.0"
}
}