-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
48 lines (48 loc) · 1.39 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
45
46
47
48
{
"name": "conferences",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postbuild": "cd functions/send-email && npm install",
"build:graphics": "gulp svg2png",
"watch:sass": "sass --watch site/_includes/scss:site/_includes/processed_css",
"build:sass": "sass site/_includes/scss:site/_includes/processed_css",
"watch:eleventy": "eleventy --serve",
"build:eleventy": "eleventy",
"dev": "npm-run-all build:sass --parallel watch:*",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*"
},
"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.12.1",
"@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",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.3",
"sass": "^1.43.4"
},
"dependencies": {
"@netlify/functions": "^0.11.0",
"clean-css": "^4.2.1",
"lodash.template": ">=4.5.0",
"set-value": ">=4.0.1",
"sparkpost": "^2.1.3",
"t": "^0.5.1",
"trim-newlines": ">=3.0.1",
"url-parse": "^1.5.2"
}
}