-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.2 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": "wilto-makes-food",
"version": "0.0.1",
"description": "It’s a food blog.",
"scripts": {
"build": "npm install && grunt && eleventy && grunt crit",
"dev": "grunt && grunt watch & eleventy --serve"
},
"repository": {
"type": "git",
"url": "[email protected]:Wilto/wilto-makes-food.git"
},
"author": {
"name": "Mat Marquis",
"email": "[email protected]",
"url": "http://matmarquis.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Wilto/wilto-makes-food/issues"
},
"homepage": "https://wiltomakesfood.com",
"dependencies": {
"@11ty/eleventy-plugin-rss": "^1.0.7",
"luxon": "^0.3.1"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"grunt": "^1.2.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-criticalcss": "^2.1.0",
"grunt-responsive-images": "^1.10.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-webp": "^5.1.0",
"markdown-it-anchor": "^4.0.0",
"matchdep": "^2.0.0"
}
}