forked from CSS-Tricks/conferences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 925 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
36
37
{
"name": "conferences",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy && gulp svg2png",
"postbuild": "cd functions/send-email && npm install",
"graphics": "gulp svg2png"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CSS-Tricks/conferences.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CSS-Tricks/conferences/issues"
},
"homepage": "https://github.com/CSS-Tricks/conferences#readme",
"devDependencies": {
"@11ty/eleventy": "^0.8.2",
"@11ty/eleventy-plugin-rss": "^1.0.3",
"gulp": "^4.0.0",
"gulp-load-tasks": "^0.8.4",
"gulp-svg2png": "^2.0.2",
"luxon": "^1.10.0",
"prettier": "^1.16.3"
},
"dependencies": {
"clean-css": "^4.2.1",
"sparkpost": "^2.1.3",
"t": "^0.5.1",
"url-parse": "^1.4.6"
}
}