-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1023 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
{
"name": "presentations.gavinmogan.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx eleventy",
"dev": "eleventy --serve --port 8000 --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halkeye/presentations.gavinmogan.com.git"
},
"keywords": [],
"author": "Gavin Mogan <[email protected]> (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": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"daisyui": "^4.7.2",
"luxon": "^3.2.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-eleventy-img": "^0.10.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}