-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 877 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 877 Bytes
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
{
"name": "coding-bull",
"version": "1.0.0",
"description": " Landing page for the Coding Bull",
"main": "index.js",
"scripts": {
"start": "eleventy --serve --quiet",
"build": "NODE_ENV=production eleventy"
},
"author": "Javier Bullrich <javier@bullrich.dev>",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@fontsource/inter": "^5.0.18",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"daisyui": "^2.51.6",
"eleventy-plugin-og-image": "^2.1.3",
"html-minifier": "^4.0.0",
"moment": "^2.29.4",
"openai": "^4.28.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@kevingimbel/eleventy-plugin-mermaid": "^2.2.1"
}
}