-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 KB
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
{
"name": "presentations.gavinmogan.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx eleventy",
"dev": "eleventy --serve --port 8000 --watch",
"dev:decks": "npx live-server --port=8000 --no-browser ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/halkeye/presentations.gavinmogan.com.git"
},
"keywords": [],
"author": "Gavin Mogan <npm@gavinmogan.com> (https://www.gavinmogan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/halkeye/presentations.gavinmogan.com/issues"
},
"homepage": "https://github.com/halkeye/presentations.gavinmogan.com#readme",
"devDependencies": {
"@11ty/eleventy": "3.1.5",
"@11ty/eleventy-img": "6.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.2",
"@tailwindcss/postcss": "4.2.2",
"@tailwindcss/typography": "0.5.19",
"autoprefixer": "10.4.23",
"daisyui": "5.5.14",
"eleventy-plugin-svg-sprite": "2.4.6",
"live-server": "1.2.2",
"luxon": "3.7.2",
"markdown-it-anchor": "9.2.0",
"markdown-it-eleventy-img": "0.10.2",
"postcss": "8.5.6",
"tailwindcss": "4.2.2"
},
"dependencies": {
"lite-youtube-embed": "0.3.4",
"reveal.js": "5.2.1"
}
}